diff --git a/public/js/controllers/notificationCtrl.js b/public/js/controllers/notificationCtrl.js index 6c3d7ede2a..3b515f65ba 100644 --- a/public/js/controllers/notificationCtrl.js +++ b/public/js/controllers/notificationCtrl.js @@ -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){