diff --git a/base.js b/base.js index b2affb5..921ace9 100644 --- a/base.js +++ b/base.js @@ -1333,9 +1333,7 @@ /* v1.3 */ initMobileNav(); initSidebarSubmenus(); - /* Boot */ - const bootEl = document.getElementById('lt-boot'); - if (bootEl) runBoot(bootEl.dataset.appName || document.title); + /* Boot is handled exclusively by lt.init() or lt.boot.run() to avoid double-init */ } if (document.readyState === 'loading') {