diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 2d3956735..755921bc1 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -98,6 +98,7 @@ var ZoteroOverlay = new function() } if (Zotero && Zotero.initialized){ + document.getElementById('appcontent').addEventListener('mousemove', Zotero.ProgressWindowSet.updateTimers, false); switch (iconPref) { case 2: icon.setAttribute('hidden', false); diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul index d0f780db0..67091a726 100644 --- a/chrome/content/zotero/overlay.xul +++ b/chrome/content/zotero/overlay.xul @@ -69,14 +69,7 @@ - - - +