From 7027379ee739f455b7f7d24daa6c7c589d8e658e Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Sun, 15 May 2016 20:51:03 +0200 Subject: [PATCH] =?UTF-8?q?Toggle=20processi=20pronti=20non=20funziona=20s?= =?UTF-8?q?e=20la=20coda=20=C3=A8=20vuota.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 0374693..87047c7 100644 --- a/index.html +++ b/index.html @@ -207,6 +207,7 @@ },lunghezzaExec); } function toggleProcessiPronti(){ + if(processiPronti.length==0) return; interrompi= !interrompi; if(!interrompi) { scriviLog("Continuo...");