mirror of
https://github.com/tchartron/blow
synced 2024-11-23 21:03:16 +00:00
1 line
No EOL
244 B
JavaScript
1 line
No EOL
244 B
JavaScript
function switchLang(n){console.log(n),document.getElementById("switch-lang-panel").classList.toggle("hidden")}document.addEventListener("DOMContentLoaded",function(){document.getElementById("switch-lang").addEventListener("click",switchLang)}); |