diff --git a/html/assets/js/topbar-logo.js b/html/assets/js/topbar-logo.js index c377130..3f1bab8 100644 --- a/html/assets/js/topbar-logo.js +++ b/html/assets/js/topbar-logo.js @@ -71,9 +71,5 @@ document.addEventListener('DOMContentLoaded', () => { badge.style.display = (config.WIFI_status === 'hotspot') ? '' : 'none'; }); - // 5. Re-apply i18n translations for dynamically loaded elements (sidebar, topbar) - if (window.i18n && typeof window.i18n.applyTranslations === 'function') { - window.i18n.applyTranslations(); - } } });