Files
Custom-Static-Website-Gener…/whatsapp-web.js/docs/scripts/scrollanchor.js
2020-05-14 12:10:15 +04:00

1 line
355 B
JavaScript

!function(){function o(n){var o,t,e=document.getElementById(n.replace(/^#/,""));e&&(t=e.getBoundingClientRect(),o=t.top+window.pageYOffset,setTimeout(function(){window.scrollTo(0,o-50)},5))}window.addEventListener("load",function(){var n=window.location.hash;n&&"#"!==n&&o(n),window.addEventListener("hashchange",function(){o(window.location.hash)})})}();