Skip to content

Commit

Permalink
fix: additional commit for CF rocket loader
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Sep 5, 2020
1 parent 4d66595 commit a38784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/footer/js.tpl
Expand Up @@ -6,7 +6,7 @@

<script>
if (document.readyState === 'loading') {
window.addEventListener('DOMContentLoaded', prepareFooter);
document.addEventListener('DOMContentLoaded', prepareFooter);
} else {
prepareFooter();
}
Expand Down

0 comments on commit a38784f

Please sign in to comment.