www

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

commit f4d722d028a71e68042d845e1d4a6c7ae09f351c
parent d9fb09c1d6b0033700fb48aaa35753ae13253d07
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu,  4 Nov 2010 01:31:30 +0000

don't leave TabSelect uncommented


Diffstat:
Mchrome/content/zotero/browser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js @@ -269,7 +269,7 @@ var Zotero_Browser = new function() { }, false); gBrowser.tabContainer.addEventListener("TabSelect", function(e) { - Zotero.debug("TabSelect"); + //Zotero.debug("TabSelect"); Zotero_Browser.updateStatus(); }, false); // this is for pageshow, for updating the status of the book icon