Skip to content

Instantly share code, notes, and snippets.

@KATT
Created December 13, 2012 12:00
Show Gist options
  • Save KATT/4275968 to your computer and use it in GitHub Desktop.
Save KATT/4275968 to your computer and use it in GitHub Desktop.
if( !window.location.hash && window.addEventListener && document.documentElement.clientWidth <= 500 ){
window.addEventListener( "load",function() {
setTimeout(function(){
window.scrollTo(0, 1);
}, 0);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment