update docs

This commit is contained in:
Matthias 2021-11-30 17:35:40 +01:00
parent 92c3eaef8f
commit cc9107d72a
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -122,7 +122,10 @@ function showMessage(message, options={}) {
var notificationUpdateTic = 0;
/**
* The notification checker is initiated when the document is loaded. It checks if there are unread notifications
* if unread messages exist the alert flag is raised by making it visible
* if unread messages exist the notification indicator is updated
*
* options:
* - force: set true to force an update now (if you got in focus for example)
**/
function notificationCheck(force = false) {
notificationUpdateTic = notificationUpdateTic + 1;