clean: removed console log
This commit is contained in:
parent
ad6694f91e
commit
d7a7a53a68
@ -155,7 +155,6 @@ document.addEventListener("DOMContentLoaded", async () => {
|
||||
el.onclick = async _ => {
|
||||
if (await lang.changeLanguage(el.value))
|
||||
return;
|
||||
console.log(lang);
|
||||
document.querySelector('#languageSelector > .active')?.classList.remove('active');
|
||||
el.classList.add('active');
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user