mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
[#1394] fix customizationsNotification issue
This commit is contained in:
@@ -86,8 +86,7 @@ angular.module('guideServices', []).
|
||||
};
|
||||
|
||||
$rootScope.$watch('user.flags.customizationsNotification', function(after, before) {
|
||||
if (alreadyShown(before, after)) return
|
||||
$('.main-herobox').popover('destroy');
|
||||
if (alreadyShown(before, after)) return;
|
||||
showPopover('.main-herobox', 'Customize Your Avatar', "Click your avatar to customize your appearance.", 'bottom');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user