From 77de98b838d5bd708530d42dcfc30c7e867e1bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 14 Jul 2020 13:04:18 +0200 Subject: Add TODO about id to functions JS. --- module/output/html.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module/output/html.scm') 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))) -- cgit v1.2.3