Delete codes for obsolete Nav Bar on Title Bar addon.
It has been removed from AMO by its author.
This commit is contained in:
parent
35ac452226
commit
a22c9c5e15
@ -705,7 +705,6 @@ pref("extensions.treestyletab.compatibility.Locationbar2", true);
|
|||||||
pref("extensions.treestyletab.compatibility.MouseGesturesRedox", true);
|
pref("extensions.treestyletab.compatibility.MouseGesturesRedox", true);
|
||||||
pref("extensions.treestyletab.compatibility.MouselessBrowsing", true);
|
pref("extensions.treestyletab.compatibility.MouselessBrowsing", true);
|
||||||
pref("extensions.treestyletab.compatibility.MultiLinks", true);
|
pref("extensions.treestyletab.compatibility.MultiLinks", true);
|
||||||
pref("extensions.treestyletab.compatibility.NavbarOnTitlebar", true);
|
|
||||||
pref("extensions.treestyletab.compatibility.OptimozTweaks", true);
|
pref("extensions.treestyletab.compatibility.OptimozTweaks", true);
|
||||||
pref("extensions.treestyletab.compatibility.PermaTabs", true);
|
pref("extensions.treestyletab.compatibility.PermaTabs", true);
|
||||||
pref("extensions.treestyletab.compatibility.PersonalTitlebar", true);
|
pref("extensions.treestyletab.compatibility.PersonalTitlebar", true);
|
||||||
|
@ -1291,7 +1291,6 @@ TreeStyleTabWindow.prototype = inherit(TreeStyleTabBase, {
|
|||||||
);
|
);
|
||||||
if (
|
if (
|
||||||
(this.window.TabsOnBottom && utils.getTreePref('compatibility.TabsOnBottom')) ||
|
(this.window.TabsOnBottom && utils.getTreePref('compatibility.TabsOnBottom')) ||
|
||||||
('navbarontop' in this.window && utils.getTreePref('compatibility.NavbarOnTitlebar')) ||
|
|
||||||
('classicthemerestorerjs' in this.window && utils.getTreePref('compatibility.ClassicThemeRestorer'))
|
('classicthemerestorerjs' in this.window && utils.getTreePref('compatibility.ClassicThemeRestorer'))
|
||||||
)
|
)
|
||||||
allowed = true;
|
allowed = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user