Skip to content

Commit

Permalink
Start tick on dom content loaded (#58)
Browse files Browse the repository at this point in the history
<!-- LIST CHANGES HERE -->
  • Loading branch information
norwd authored Oct 28, 2024
2 parents 339ebc9 + 4bf27d1 commit 6a7acaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setTimeout(tick);
}

tick();
document.addEventListener("DOMContentLoaded", tick);
</script>
</head>
<body>
Expand Down

0 comments on commit 6a7acaa

Please sign in to comment.