Minimal fix for #2092
This commit is contained in:
@@ -41,7 +41,7 @@ habitrpg.controller('NotificationCtrl',
|
||||
User.user.items[type][after.key] = 0;
|
||||
}
|
||||
User.user.items[type][after.key]++;
|
||||
$rootScope.modals.drop = true;
|
||||
Notification.text(User.user._tmp.drop.dialog);
|
||||
});
|
||||
|
||||
$rootScope.$watch('user.achievements.streak', function(after, before){
|
||||
|
||||
Reference in New Issue
Block a user