git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3399 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
6b0535f47b
commit
0e8b471eeb
@ -718,4 +718,14 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SBM Counter
|
||||||
|
if ('SBMCounter' in window) {
|
||||||
|
eval('SBMCounter.action = '+
|
||||||
|
SBMCounter.action.toSource().replace(
|
||||||
|
'gBrowser.selectedTab = gBrowser.addTab',
|
||||||
|
'TreeStyleTabService.readyToOpenChildTab(gBrowser); $&'
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user