mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
fix: additional commit for CF rocket loader
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<script>
|
||||
if (document.readyState === 'loading') {
|
||||
window.addEventListener('DOMContentLoaded', prepareFooter);
|
||||
document.addEventListener('DOMContentLoaded', prepareFooter);
|
||||
} else {
|
||||
prepareFooter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user