Bug 969719 - get rid of level='top' workaround for Australis standalone panels, r=MattN

This commit is contained in:
Gijs Kruitbosch 2014-02-08 13:36:25 +00:00
parent e1aed4ba0c
commit 404ad8d53a

View File

@ -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.