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