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