Updated for changes by Bug 593967
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7215 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
02f148596d
commit
005a15e43b
@ -89,7 +89,8 @@ TreeStyleTabBrowser.prototype = {
|
||||
this.getTreePref('compatibility.TMP') &&
|
||||
document.getAnonymousElementByAttribute(aTab, 'class', 'tab-text-container')
|
||||
) ||
|
||||
document.getAnonymousElementByAttribute(aTab, 'class', 'tab-text');
|
||||
document.getAnonymousElementByAttribute(aTab, 'class', 'tab-text tab-label') || // Firefox 4.0-
|
||||
document.getAnonymousElementByAttribute(aTab, 'class', 'tab-text'); // -Firefox 3.6
|
||||
return label;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user