/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
window.addEventListener('load', function(){ if (location.hash.length == 0) { setTimeout(scrollTo, 0, 0, 1); } }, false);