From d4ea82d5906753084e57d1c043d8f8961cf76a1d Mon Sep 17 00:00:00 2001 From: Tom Brinkman Date: Thu, 14 Sep 2023 20:16:11 -0600 Subject: [PATCH] Update index.js --- index.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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(); } }