/ Published in: JavaScript
Expand |
Embed | Plain Text
window.addEventListener('load', function(){ if (location.hash.length == 0) { setTimeout(scrollTo, 0, 0, 1); } }, false);
You need to login to post a comment.
gbot on 05/11/11
1 person have marked this snippet as a favorite
window.addEventListener('load', function(){ if (location.hash.length == 0) { setTimeout(scrollTo, 0, 0, 1); } }, false);
You need to login to post a comment.