Commit bbcab72a authored by Sven Franck's avatar Sven Franck

debug: panel

parent 39e79497
......@@ -113,7 +113,7 @@
},
"logic": {"text": "close"}
}]
},
{
"generate": "widget",
......
......@@ -6799,8 +6799,6 @@
last = document.body.lastChild;
if (util.testForString("ui-footer", last.className)) {
document.body.insertBefore(wrapper.fragment, last);
} else if (content.querySelector("div.panel")) {
document.body.insertBefore(content, last);
} else {
document.body.insertBefore(
content,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment