mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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) {
|
function updateNotificationIndicator(count) {
|
||||||
if (count == 0) {
|
if (count == 0) {
|
||||||
$("#notification-alert").addClass("d-none");
|
$("#notification-alert").addClass("d-none");
|
||||||
|
Loading…
Reference in New Issue
Block a user