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;