Toggle processi pronti non funziona se la coda è vuota.
This commit is contained in:
parent
6977953f7a
commit
7027379ee7
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@
|
|||
},lunghezzaExec);
|
||||
}
|
||||
function toggleProcessiPronti(){
|
||||
if(processiPronti.length==0) return;
|
||||
interrompi= !interrompi;
|
||||
if(!interrompi) {
|
||||
scriviLog("<span style=\"color: white\">Continuo...</span>");
|
||||
|
|
Reference in a new issue