diff --git a/InvenTree/InvenTree/static/script/inventree/notification.js b/InvenTree/InvenTree/static/script/inventree/notification.js index cca807b81c..5f9b35c9e2 100644 --- a/InvenTree/InvenTree/static/script/inventree/notification.js +++ b/InvenTree/InvenTree/static/script/inventree/notification.js @@ -141,6 +141,9 @@ function showMessage(message, options={}) { } } +/** + * updates the notification counter + **/ function updateNotificationIndicator(count) { if (count == 0) { $("#notification-alert").addClass("d-none");