Show More
@@ -15,7 +15,7 b' function notifyToaster(data){' | |||
|
15 | 15 | } |
|
16 | 16 | |
|
17 | 17 | function handleNotifications(data) { |
|
18 |
if (!templateContext.rhodecode_user.notification_status && !data.message. |
|
|
18 | if (!templateContext.rhodecode_user.notification_status && !data.message.force) { | |
|
19 | 19 | // do not act if notifications are disabled |
|
20 | 20 | return |
|
21 | 21 | } |
General Comments 0
You need to be logged in to leave comments.
Login now