forked from izu/student-web-if-development-kit
fix: sinkronkan toggle bahasa mobile RODA
This commit is contained in:
@@ -1662,7 +1662,7 @@
|
|||||||
: '<span class="font-normal text-white">ID</span> <span class="text-white/40 mx-2">|</span> <span class="font-bold text-white">EN</span>';
|
: '<span class="font-normal text-white">ID</span> <span class="text-white/40 mx-2">|</span> <span class="font-bold text-white">EN</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
const mobileButton = document.getElementById('mobile-lang-toggle-btn');
|
const mobileButton = document.getElementById('lang-toggle-mobile');
|
||||||
if (mobileButton) {
|
if (mobileButton) {
|
||||||
mobileButton.textContent = currentLang === 'id' ? 'Bahasa: ID' : 'Language: EN';
|
mobileButton.textContent = currentLang === 'id' ? 'Bahasa: ID' : 'Language: EN';
|
||||||
}
|
}
|
||||||
@@ -2135,4 +2135,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user