blow/static/js/lang.js
Thomas Chartron 7299f26036 update
2021-11-14 13:57:11 +01:00

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)});