mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Remove bogus workaround for bug 555987 now that it's fixed
This commit is contained in:
parent
c61cf3a82e
commit
d3355fd55d
@ -4638,10 +4638,6 @@ var TabsOnTop = {
|
|||||||
gNavToolbox.setAttribute("tabsontop", !!val);
|
gNavToolbox.setAttribute("tabsontop", !!val);
|
||||||
this.syncCommand();
|
this.syncCommand();
|
||||||
|
|
||||||
//XXX: Trigger reframe. This is a workaround for bug 555987 and needs to be
|
|
||||||
// removed once that bug is fixed.
|
|
||||||
gNavToolbox.style.MozBoxOrdinalGroup = val ? 2 : 3;
|
|
||||||
|
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user