Another one:
in BrowserPane.htm add
code:
<body class="SidePaneBody"
onload="var a = moi.ui.getUIPanel('moi://ui/BrowserPane.htm').document.querySelectorAll('#list div');
for (var i = 0; i < a.length; i++) a.item(i).style.display = 'block'">
and
code:
<moi:PaletteBody id="list">
|