mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
More closely matching coding style within the file
This commit is contained in:
@@ -14,7 +14,9 @@
|
|||||||
if ($scope.$parent._expandedMenu) {
|
if ($scope.$parent._expandedMenu) {
|
||||||
$scope.$parent._expandedMenu.menu = null;
|
$scope.$parent._expandedMenu.menu = null;
|
||||||
}
|
}
|
||||||
if ($scope._expandedMenu) $scope._expandedMenu.menu = null;
|
if ($scope._expandedMenu) {
|
||||||
|
$scope._expandedMenu.menu = null;
|
||||||
|
}
|
||||||
$scope.$apply()
|
$scope.$apply()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user