Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
themes
/
astra
/
assets
/
js
/
minified
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
const links=document.querySelectorAll("a");if(links)for(const a of links)""!==a.hash&&a.addEventListener("click",clickHandler);function clickHandler(e){e.preventDefault();e=this.getAttribute("href"),e=document.querySelector(e).offsetTop;scroll({top:e,behavior:"smooth"})}