mirror of
https://github.com/tchartron/blow
synced 2024-11-24 05:13:08 +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)}); |