(function(){function s(e){if(console.log("enew",e),!!e){var n=document.querySelector("#jazzscript"),r=e.dataset.url||n.getAttribute("src").split("?")[0],a=[];if(!r){console.log("embed: no data-url on #jazzevents");return}e.dataset.past&&a.push(`past=${e.dataset.past}`),e.dataset.start&&a.push(`start=${e.dataset.start}`),e.dataset.count&&a.push(`count=${e.dataset.count}`),e.dataset.template&&a.push(`template=${e.dataset.template}`),e.innerHTML="Loading...",r+="/data?"+a.join("&"),fetch(r,{headers:{Accept:"text/html"}}).then(function(t){if(!t.ok)throw new Error("Network response was not ok: "+t.status);return t.text()}).then(function(t){e.innerHTML=t}).catch(function(t){console.error("Failed to load embed:",t),e.innerHTML=""})}}const o=()=>{var e=document.querySelectorAll(".jazzevents");Array.from(e).map(n=>{new s(n)})};document.readyState=="complete"?o():document.addEventListener("DOMContentLoaded",o)})();