mirror of
https://github.com/tchartron/blow
synced 2025-02-17 13:48:27 +00:00
1 line
244 B
JavaScript
1 line
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)});
|