Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
f891146871b283dab7e6ece9420ba82da7514487
/
.
/
src
/
js
/
scheduletemplates.js
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. */
});
});