This commit is contained in:
William Mantly 2016-05-27 00:59:28 -04:00
parent 7ba58ee8d6
commit d7b32996b3

View File

@ -21,7 +21,7 @@ var checkDroplet = function(id, time){
workers.push(makeWokerObj(worker));
isCheckingWorkers = false;
return ch;
}else if(worker.status == 'new'){
}else{
setTimeout(function(){
checkDroplet(id)
}, time);