don't leave TabSelect uncommented
This commit is contained in:
parent
d9fb09c1d6
commit
f4d722d028
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue