mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 13:56:30 +00:00
docs
This commit is contained in:
@ -141,6 +141,9 @@ function showMessage(message, options={}) {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* updates the notification counter
|
||||
**/
|
||||
function updateNotificationIndicator(count) {
|
||||
if (count == 0) {
|
||||
$("#notification-alert").addClass("d-none");
|
||||
|
Reference in New Issue
Block a user