From a0284f985529675ff9e665d89e7793cba8444226 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Sat, 26 Aug 2023 18:17:27 +1000 Subject: [PATCH] Fix what I broke. --- magloop.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/magloop.html b/magloop.html index 2afc151..a8f1e4a 100644 --- a/magloop.html +++ b/magloop.html @@ -795,7 +795,7 @@ }, emphasis_delay); } - updateUnits(); + updateAll(); } var cond_dia_timer_handler = 0; @@ -821,7 +821,7 @@ }, emphasis_delay); } - updateUnits(); + updateAll(); } var turns_timer_handler = 0; @@ -844,7 +844,7 @@ }, emphasis_delay); } - updateUnits(); + updateAll(); } var spacing_timer_handler = 0; @@ -867,7 +867,7 @@ }, emphasis_delay); } - updateUnits(); + updateAll(); } var tx_timer_handler = 0;