aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 2d485791..7d3905d2 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -166,14 +166,11 @@
"unknown"))))
,(btn "×"
title: "Stäng"
- onclick: (format #f "close_popup(~a)" id)
+ onclick: (format #f "close_popup(document.getElementById('~a'))" id)
class: '("close-tooltip"))
,(btn "🗑"
title: "Ta bort"
- ;; TODO this only seems to work in firefox. Do it propertly.
- ;; Apparently an id gets recieved
- ;; as the whole object in js.
- onclick: (format #f "remove_event(~a)" id)))
+ onclick: (format #f "remove_event(document.getElementById('~a'))" id)))
,(tabset
(append