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