This commit is contained in:
Jevinca Marvella 2025-12-03 17:13:49 +07:00
parent 377c0d92cd
commit 6a89ece792

View File

@ -118,6 +118,7 @@
} }
} }
// ==================== INITIALIZE ==================== // ==================== INITIALIZE ====================
function init() { function init() {
if (document.readyState === 'loading') { if (document.readyState === 'loading') {
@ -127,6 +128,7 @@
} }
} }
// Start // Start
init(); init();