summaryrefslogtreecommitdiff
path: root/themes/terminal/static/assets/languageSelector.js
blob: 227b47bd07c28a86eeeaa6656d37b7e21e5f6b61 (plain)
1
!function(){var e=getComputedStyle(document.body).getPropertyValue("--phoneWidth"),t=function(){return window.matchMedia(e).matches},n=document.querySelector(".language-selector-current"),o=document.querySelector(".language-selector__more");document.body.addEventListener("click",(function(){t()||!o||o.classList.contains("hidden")||o.classList.add("hidden")})),n&&n.addEventListener("click",(function(e){t()||(e.stopPropagation(),o.classList.toggle("hidden"))}))}();