From 90db3cb46cb4f4bdee7c9bcef0d66d70cda2876d Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Wed, 18 May 2016 11:21:56 +0200 Subject: [PATCH] Aggiunto bottone per il comando c --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 87047c7..92e0cd1 100644 --- a/index.html +++ b/index.html @@ -247,7 +247,6 @@ return $.grep(processiPronti, function(e){ return e.pid == pid; }); } function comandiDaTastiera(e){ - console.log(e.keyCode); switch(e.keyCode){ case 84: case 116: @@ -507,6 +506,7 @@
+