fix: additional commit for CF rocket loader

This commit is contained in:
psychobunny
2020-09-04 22:43:03 -04:00
parent 4d6659553b
commit a38784f567

View File

@@ -6,7 +6,7 @@
<script> <script>
if (document.readyState === 'loading') { if (document.readyState === 'loading') {
window.addEventListener('DOMContentLoaded', prepareFooter); document.addEventListener('DOMContentLoaded', prepareFooter);
} else { } else {
prepareFooter(); prepareFooter();
} }