diff --git a/index.js b/index.js index 418f8443..5778162a 100644 --- a/index.js +++ b/index.js @@ -3866,7 +3866,7 @@ menuobj.draw = function() console.log(error); } } - else + //else { var t = time + n*delayinterval; var bos = Math.tan(t*VIRTCONST); @@ -5573,10 +5573,7 @@ function initime() } else { - setTimeout(function() - { - home(); - },40) + home(); } }