mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
fix: additional commit for CF rocket loader
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user