diff --git a/InvenTree/InvenTree/static/script/inventree/inventree.js b/InvenTree/InvenTree/static/script/inventree/inventree.js index ea0f2a681c..d66ad7013d 100644 --- a/InvenTree/InvenTree/static/script/inventree/inventree.js +++ b/InvenTree/InvenTree/static/script/inventree/inventree.js @@ -140,6 +140,8 @@ function inventreeDocReady() { // start watcher startNotificationWatcher(); + attachClipboard('.clip-btn'); + // always refresh when the focus returns $(document).focus(function(){ startNotificationWatcher();