forgor semicolon
This commit is contained in:
@@ -100,7 +100,7 @@ func Modal(id string, header Node, body Node, closeElements []Node) Node {
|
|||||||
|
|
||||||
InlineScript(`
|
InlineScript(`
|
||||||
let dialog = me();
|
let dialog = me();
|
||||||
let close_buttons = any(".modal-close-el", me())
|
let close_buttons = any(".modal-close-el", me());
|
||||||
|
|
||||||
dialog.on("click", (ev) => {
|
dialog.on("click", (ev) => {
|
||||||
if (ev.target === dialog) {
|
if (ev.target === dialog) {
|
||||||
|
|||||||
Reference in New Issue
Block a user