From e5b8a92ea277e8f8c07c74cd118a646f200d2717 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 25 Dec 2013 23:56:51 -0600 Subject: [PATCH] Minimal fix for #2092 --- public/js/controllers/notificationCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){