www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 623e2dd150b4a408e6e5fdc6d6a0a40f48f96e0b
parent df28ad6e760ad6b50522c6a24ef3a2a480cddbd7
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue,  1 Feb 2011 10:51:59 +0000

move last line of embedded js in overlay.xul to overlay.js


Diffstat:
Mchrome/content/zotero/overlay.js | 1+
Mchrome/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 @@ -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 @@ -69,14 +69,7 @@ <hbox id="urlbar-icons"> <image src="chrome://zotero/skin/treeitem-book.png" id="zotero-status-image" onclick="Zotero_Browser.scrapeThisPage()" position="1" hidden="true"/> </hbox> - - <script> - <![CDATA[ - // Make sure open progress windows are fading - document.getElementById('appcontent').addEventListener('mousemove', Zotero.ProgressWindowSet.updateTimers, false); - ]]> - </script> - + <menupopup id="menu_ToolsPopup"> <menuseparator id="zoteroSeparator" insertbefore="devToolsSeparator"/> <menuitem id="tools-zotero" insertbefore="devToolsSeparator"