dropdown-bug-fix.min.js 384 B

123456
  1. /*! @preserve
  2. * Created at 06 August 2022 by Anyx.
  3. * DO NOT REMOVE CREDITS!
  4. * Created for: Wybe Network.
  5. */
  6. check=document.getElementById("main"),null==check&&(dropdown=document.getElementById("btnUserPref"),dropdown.onclick=function(){dropdown.parentElement.classList.contains("open")?dropdown.parentElement.classList.remove("open"):dropdown.parentElement.classList.add("open")});