From f4d722d028a71e68042d845e1d4a6c7ae09f351c Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 4 Nov 2010 01:31:30 +0000 Subject: [PATCH] don't leave TabSelect uncommented --- chrome/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 index f7b290299..4efe28de7 100644 --- 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