diff --git a/InvenTree/InvenTree/static/script/inventree/inventree.js b/InvenTree/InvenTree/static/script/inventree/inventree.js index 0e7c09c32d..d6d639f03e 100644 --- a/InvenTree/InvenTree/static/script/inventree/inventree.js +++ b/InvenTree/InvenTree/static/script/inventree/inventree.js @@ -218,6 +218,9 @@ function inventreeDocReady() { // Display any cached alert messages showCachedAlerts(); + // start watcher + startNotificationWatcher(); + // always refresh when the focus returns $(document).focus(function(){ startNotificationWatcher();