Skip to content

Instantly share code, notes, and snippets.

@kadalkrenyes
Created February 4, 2019 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kadalkrenyes/28c204463f8ce6bbec9243799536d770 to your computer and use it in GitHub Desktop.
Save kadalkrenyes/28c204463f8ce6bbec9243799536d770 to your computer and use it in GitHub Desktop.
window.closeMenu=function closeMenu(){var b=document;if(b.getElementsByClassName("ar_fix").length>0){b.getElementById("menu").style.right="-270px"}else{b.getElementById("menu").style.left="-270px"}b.getElementById("shadow").style.display="none";b.getElementsByTagName("body")[0].style["overflow-y"]="auto";b.getElementsByTagName("html")[0].style["overflow-y"]="auto"};window.openMenu=function openMenu(){var b=document;location.hash="menu";if(b.getElementsByClassName("ar_fix").length>0){b.getElementById("menu").style.right="0"}else{b.getElementById("menu").style.left="0"}b.getElementById("shadow").style.display="block";b.getElementsByTagName("body")[0].style["overflow-y"]="hidden";b.getElementsByTagName("html")[0].style["overflow-y"]="hidden"};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment