Fix what I broke.

master
miguel 2023-08-26 18:17:27 +10:00
rodzic 3196e6098e
commit a0284f9855
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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;