From 6c063328e22b032f3d315c21ee4d8eac19e70a09 Mon Sep 17 00:00:00 2001 From: Max Amundsen Date: Mon, 10 Mar 2025 15:32:27 -0400 Subject: [PATCH] forgor semicolon --- ui/modals.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/modals.go b/ui/modals.go index 56982a6..9dcf575 100644 --- a/ui/modals.go +++ b/ui/modals.go @@ -100,7 +100,7 @@ func Modal(id string, header Node, body Node, closeElements []Node) Node { InlineScript(` let dialog = me(); - let close_buttons = any(".modal-close-el", me()) + let close_buttons = any(".modal-close-el", me()); dialog.on("click", (ev) => { if (ev.target === dialog) {