fix: ripple effect missing in language menu

This commit is contained in:
KOWX712
2025-03-29 10:43:35 +08:00
parent 7a07476598
commit 6ed1ec07a8
2 changed files with 2 additions and 2 deletions

View File

@@ -343,7 +343,7 @@ window.addEventListener('scroll', () => {
// Initial load
document.addEventListener('DOMContentLoaded', async () => {
loadTranslations();
await loadTranslations();
await checkMMRL();
if (!MMRL_API) return;
await getBasePath();