mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-25 13:01:00 +00:00
[#1994] dismiss alert fix
This commit is contained in:
parent
b908581473
commit
91f5da7989
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
|||
|
||||
$rootScope.dismissAlert = function() {
|
||||
$rootScope.modals.newStuff = false;
|
||||
$rootScope.set('flags.newStuff',false);
|
||||
$rootScope.set({'flags.newStuff':false});
|
||||
}
|
||||
|
||||
$rootScope.notPorted = function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue