mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(menus): keep icon after group ack
Also corrects a TypeError in the menu closing function.
This commit is contained in:
@@ -108,12 +108,12 @@ angular.module('habitrpg')
|
||||
'glyphicon-comment',
|
||||
'glyphicon-comment inactive',
|
||||
'glyphicon-question-sign',
|
||||
'glyphicon glyphicon-ok-sign'
|
||||
'glyphicon-ok-sign'
|
||||
);
|
||||
};
|
||||
|
||||
$scope.hasNoNotifications = function() {
|
||||
return selectNotificationValue(false, false, false, false, false, true, false);
|
||||
return selectNotificationValue(false, false, false, false, false, true, false, false);
|
||||
};
|
||||
|
||||
$scope.viewGroupApprovalNotification = function (notification, $index) {
|
||||
|
||||
Reference in New Issue
Block a user