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