Commit 303acb03 authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: slapgrid status requested only after the webpage is fully loaded

parent 00da056c
......@@ -286,6 +286,3 @@ function runProcess(urlfor) {
});
}
}
getRunningState();
setInterval('getRunningState()', 3000);
......@@ -44,6 +44,8 @@
$("#error").Popup($("input#fmsg").val(), {type:'info', duration:5000, load:true});
}
bindRun();
getRunningState();
setInterval('getRunningState()', 3000);
$('ul.sf-menu').superfish({
delay: 600,
speed: 'fast',
......
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