blob: 0fa39cb73a5125907f1581444b571e26385324b6 [file] [log] [blame]
window.addEventListener("load", function() {
document.querySelector(".addschedule").addEventListener("click", function() {
document.querySelector("#addschedule").showModal();
/* Or dialog.show(); to show the dialog without a backdrop. */
});
});