This commit is contained in:
Matt Walsh 2022-12-07 10:53:18 -06:00
commit 49cd15a688
16 changed files with 1406 additions and 478 deletions

View file

@ -98,5 +98,6 @@ const drawCondition = (text) => {
elem.innerHTML = text;
});
};
start();
document.addEventListener('DOMContentLoaded', () => {
start();
});