;((window,document)=>{ // GoToTopWidget document.addEventListener("DOMContentLoaded",()=>{document.getElementById("go-to-top-btn").onclick=function(){window.scrollTo({top:0,left:0,behavior:"smooth"})}}); })(_window,_document);