mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
update counter
This commit is contained in:
@@ -19411,6 +19411,7 @@ var notifyLayout = function notifyLayout(services) {
|
||||
success: function success(data) {
|
||||
if (data.success == true) {
|
||||
print_notifications(0);
|
||||
commonModule.pollNotifications(null, true, false);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@@ -19411,6 +19411,7 @@ var notifyLayout = function notifyLayout(services) {
|
||||
success: function success(data) {
|
||||
if (data.success == true) {
|
||||
print_notifications(0);
|
||||
commonModule.pollNotifications(null, true, false);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@@ -218,6 +218,7 @@ const notifyLayout = (services) => {
|
||||
success: function (data) {
|
||||
if (data.success == true) {
|
||||
print_notifications(0);
|
||||
commonModule.pollNotifications(null, true, false);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user