aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-14 13:04:18 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-14 13:04:18 +0200
commit77de98b838d5bd708530d42dcfc30c7e867e1bb4 (patch)
tree997faa0d2d1a8b174f44746f592034b68fffdb83
parentRemove surpurflous statement. (diff)
downloadcalp-77de98b838d5bd708530d42dcfc30c7e867e1bb4.tar.gz
calp-77de98b838d5bd708530d42dcfc30c7e867e1bb4.tar.xz
Add TODO about id to functions JS.
-rw-r--r--module/output/html.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 6265b189..56606719 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -170,6 +170,7 @@
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)))