fix: typo
This commit is contained in:
parent
a6ff285b2e
commit
2912e33760
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue