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