don't leave TabSelect uncommented
This commit is contained in:
parent
d9fb09c1d6
commit
f4d722d028
|
@ -269,7 +269,7 @@ var Zotero_Browser = new function() {
|
||||||
}, false);
|
}, false);
|
||||||
gBrowser.tabContainer.addEventListener("TabSelect",
|
gBrowser.tabContainer.addEventListener("TabSelect",
|
||||||
function(e) {
|
function(e) {
|
||||||
Zotero.debug("TabSelect");
|
//Zotero.debug("TabSelect");
|
||||||
Zotero_Browser.updateStatus();
|
Zotero_Browser.updateStatus();
|
||||||
}, false);
|
}, false);
|
||||||
// this is for pageshow, for updating the status of the book icon
|
// this is for pageshow, for updating the status of the book icon
|
||||||
|
|
Loading…
Reference in New Issue
Block a user