|
|
|
@ -55,7 +55,7 @@ define(['underscore', 'text!partials/buddylist.html'], function(_, template) { |
|
|
|
$scope.enabled = status; |
|
|
|
$scope.enabled = status; |
|
|
|
$scope.$emit("roomStatus", status); |
|
|
|
$scope.$emit("roomStatus", status); |
|
|
|
} |
|
|
|
} |
|
|
|
if (status) { |
|
|
|
if (status && !$scope.layout.buddylistAutoHide) { |
|
|
|
$scope.layout.buddylist = true |
|
|
|
$scope.layout.buddylist = true |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|