Add comment for compatibility with Australis
This commit is contained in:
parent
a5b48d3306
commit
1f0f93e9eb
@ -370,7 +370,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
utils.getTreePref('compatibility.TMP') &&
|
||||
d.getAnonymousElementByAttribute(aTab, 'class', 'tab-close-button always-right')
|
||||
) ||
|
||||
d.getAnonymousElementByAttribute(aTab, 'anonid', 'close-button') ||
|
||||
d.getAnonymousElementByAttribute(aTab, 'anonid', 'close-button') || // with Australis
|
||||
d.getAnonymousElementByAttribute(aTab, 'class', 'tab-close-button');
|
||||
return close;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user