mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
typo
This commit is contained in:
@@ -39,7 +39,6 @@ habitrpg.controller('NotificationCtrl',
|
|||||||
});
|
});
|
||||||
|
|
||||||
$rootScope.$watch('user.achievements.ultimateGear', function(after, before){
|
$rootScope.$watch('user.achievements.ultimateGear', function(after, before){
|
||||||
console.log(after, before)
|
|
||||||
if (after === before || after !== true) return;
|
if (after === before || after !== true) return;
|
||||||
$rootScope.modals.achievements.ultimateGear = true;
|
$rootScope.modals.achievements.ultimateGear = true;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user