System update (for Juh)

This commit is contained in:
markseu 2016-06-15 16:30:47 +02:00
parent 409d4ae2d9
commit c7ca2b329a

View file

@ -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);
}