From 623e2dd150b4a408e6e5fdc6d6a0a40f48f96e0b Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 1 Feb 2011 10:51:59 +0000 Subject: [PATCH] move last line of embedded js in overlay.xul to overlay.js --- chrome/content/zotero/overlay.js | 1 + chrome/content/zotero/overlay.xul | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) 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 @@ - - - +