fix: typo

This commit is contained in:
Strix 2025-03-25 22:48:19 +01:00
parent a6ff285b2e
commit 2912e33760

View file

@ -71,7 +71,7 @@
element.innerHTML = '###'; element.innerHTML = '###';
} }
}); });
document.querySelectorAll('[data-i18n-show').forEach(el => el.removeAttribute('data-i18n-show')) document.querySelectorAll('[data-i18n-show]').forEach(el => el.removeAttribute('data-i18n-show'))
} }
window.locale = { window.locale = {