diff --git a/InvenTree/InvenTree/static/script/inventree/inventree.js b/InvenTree/InvenTree/static/script/inventree/inventree.js index d6d639f03e..c69dd8df07 100644 --- a/InvenTree/InvenTree/static/script/inventree/inventree.js +++ b/InvenTree/InvenTree/static/script/inventree/inventree.js @@ -227,7 +227,7 @@ function inventreeDocReady() { }); // kill notification watcher if focus is lost -> respect your users cycles - $(document).focusout(function(){ + $(document).blur(function(){ stopNotificationWatcher(); });