|
|
|
@ -48,10 +48,7 @@ define(['jquery', 'angular', 'text!partials/helpoverlay.html', 'text!partials/he |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
menus.toggleRoom = function() { |
|
|
|
menus.toggleRoom = function() { |
|
|
|
var scope = angular.element('#roombar .roombar').scope(); |
|
|
|
$scope.layout.roombar = !$scope.layout.roombar; |
|
|
|
if (scope) { |
|
|
|
|
|
|
|
scope.hideRoomBar = !scope.hideRoomBar; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
menus.toggleChat = function() { |
|
|
|
menus.toggleChat = function() { |
|
|
|
$scope.layout.chat = !$scope.layout.chat; |
|
|
|
$scope.layout.chat = !$scope.layout.chat; |
|
|
|
|