mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
[#1397 #1543 #1540] start adding in unlock notifications (working for some, not for all). Also some tour & header fixes
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
habitrpg.controller('NotificationCtrl',
|
||||
['$scope', '$rootScope', 'User', 'Guide', 'Notification', function ($scope, $rootScope, User, Guide, Notification) {
|
||||
|
||||
Guide.initTour();
|
||||
|
||||
$rootScope.$watch('user.stats.hp', function(after, before) {
|
||||
if (after == before) return;
|
||||
Notification.hp(after - before, 'hp');
|
||||
|
||||
Reference in New Issue
Block a user