window.addEventListener('load', function(){ // Page Reseat history.scrollRestoration = "manual"; window.scrollTo(0, 0); // Common Event commonEvent(); // Scroll Top Event scrollEvent(); },false);