Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Commit

Permalink
Fix the Tab Counter may stop on Fx31+
Browse files Browse the repository at this point in the history
  • Loading branch information
yfdyh000 committed Feb 14, 2015
1 parent 889f841 commit d3be5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/tabutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,7 @@ tabutils._tabPrefObserver = {
);

//Tab counter
TU_hookCode("gBrowser.mTabContainer.adjustTabstrip", "}", function() {
TU_hookCode("gBrowser.mTabContainer.adjustTabstrip", "{", function() {
if (this.mAllTabsPopup) {
let n = gBrowser.mTabs.length - gBrowser._removingTabs.length;
let m = gBrowser.allTabs.length;
Expand Down

0 comments on commit d3be5df

Please sign in to comment.