Commit 7dbcd5b4 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

runner: getRunningState when updating the status

Hackish way to not wait
parent e9bbc40a
......@@ -166,6 +166,8 @@ function updateStatus(elt, val) {
break;
case "running":
$(src).children('p').text("Processing");
processType = elt;
getRunningState()
break;
}
// in case of failure
......
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