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.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 4fc08d3b..9aacfebe 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -201,7 +201,6 @@
,(when (and (prop ev 'PARTSTAT)
(eq? 'TENTATIVE (prop ev 'PARTSTAT)))
" tentative"))
- ; (onclick "toggle_child_popup(this)")
(onclick ,(format #f "toggle_popup('~a')"
(string-append "popup" (html-id ev))))
)))