diff --git a/testing.html b/testing.html index ea5bcfe..566c4d9 100644 --- a/testing.html +++ b/testing.html @@ -11,7 +11,7 @@ setTimeout(tick); } - tick(); + document.addEventListener("DOMContentLoaded", tick);