[#1994] dismiss alert fix

This commit is contained in:
Tyler Renelle 2013-12-16 15:43:16 -07:00
parent b908581473
commit 91f5da7989

View file

@ -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(){