commit c7ca2b329abd9e941e4d4ffc66e69534550ab8f3
parent 409d4ae2d9e2e489bf83f0f05645cb2b2e04c639
Author: markseu <mark2011@mayberg.se>
Date: Wed, 15 Jun 2016 16:30:47 +0200
System update (for Juh)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/system/plugins/webinterface.js b/system/plugins/webinterface.js
@@ -51,6 +51,7 @@ yellow.webinterface =
if(body && body.firstChild && !document.getElementById("yellow-bar"))
{
this.createBar("yellow-bar");
+ this.createPane("yellow-pane-edit", "none", "none");
this.action(yellow.page.action, yellow.page.status);
clearInterval(this.intervalId);
}