const urlParams = new URLSearchParams(window.location.search); home_xml = (urlParams.get('home') ? "./homes/" + urlParams.get('home') + "/index.xml" : "./index.xml"); // In Production function viewer_setup(interface) { // document.querySelector("#adh_panorama > div:nth-child(2)").remove(); tour = interface; }