mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove bogus workaround for bug 555987 now that it's fixed
This commit is contained in:
parent
6b42f6dce3
commit
c2697a3d68
@ -4638,10 +4638,6 @@ var TabsOnTop = {
|
||||
gNavToolbox.setAttribute("tabsontop", !!val);
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user