This commit is contained in:
Matthias 2021-11-30 16:57:58 +01:00
parent 753199febb
commit c8efc26f58
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -141,6 +141,9 @@ function showMessage(message, options={}) {
}
}
/**
* updates the notification counter
**/
function updateNotificationIndicator(count) {
if (count == 0) {
$("#notification-alert").addClass("d-none");