mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 23:12:21 +00:00
Bug 969719 - get rid of level='top' workaround for Australis standalone panels, r=MattN
This commit is contained in:
parent
e1aed4ba0c
commit
404ad8d53a
@ -295,7 +295,6 @@ const PanelUI = {
|
||||
tempPanel.setAttribute("type", "arrow");
|
||||
tempPanel.setAttribute("id", "customizationui-widget-panel");
|
||||
tempPanel.setAttribute("class", "cui-widget-panel");
|
||||
tempPanel.setAttribute("level", "top");
|
||||
tempPanel.setAttribute("context", "");
|
||||
document.getElementById(CustomizableUI.AREA_NAVBAR).appendChild(tempPanel);
|
||||
// If the view has a footer, set a convenience class on the panel.
|
||||
|
Loading…
x
Reference in New Issue
Block a user