Remove duplicated check ror to-be-restored tab
This commit is contained in:
parent
e3c589406d
commit
b7389dd744
@ -6628,7 +6628,6 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
||||
tabs = tabs.filter(function(aTab) {
|
||||
return (
|
||||
utils.isTabNotRestoredYet(aTab) &&
|
||||
aTab.linkedBrowser.__treestyletab__toBeRestored &&
|
||||
(!onlyVisible || !aTab.hidden)
|
||||
);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user