update counter

This commit is contained in:
aynsix
2022-02-15 11:11:35 +03:00
parent 7c23576b45
commit bc6c5c86ed
3 changed files with 3 additions and 0 deletions

View File

@@ -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);
}
}
});

View File

@@ -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);
}
}
});

View File

@@ -218,6 +218,7 @@ const notifyLayout = (services) => {
success: function (data) {
if (data.success == true) {
print_notifications(0);
commonModule.pollNotifications(null, true, false);
}
}
});