Clear NEW flag setting

This commit is contained in:
jokob-sk
2024-09-19 15:43:16 +10:00
parent 6bde0f9084
commit 4a20b66c92
15 changed files with 43 additions and 5 deletions

View File

@@ -295,6 +295,7 @@ function checkNotification() {
console.log(response);
// After marking the notification as read, check for the next one
checkNotification();
hideSpinner();
},
error: function(xhr, status, error) {
console.error("Error marking notification as read:", status, error);