mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Remove extraneous white space
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
restrict: 'A',
|
restrict: 'A',
|
||||||
link: function($scope, element, attrs) {
|
link: function($scope, element, attrs) {
|
||||||
element.on('click', function(event) {
|
element.on('click', function(event) {
|
||||||
if ( $scope.$parent._expandedMenu ) {
|
if ($scope.$parent._expandedMenu) {
|
||||||
$scope.$parent._expandedMenu.menu = null;
|
$scope.$parent._expandedMenu.menu = null;
|
||||||
}
|
}
|
||||||
$scope._expandedMenu.menu = null;
|
$scope._expandedMenu.menu = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user