aboutsummaryrefslogtreecommitdiff
path: root/module/output
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-06 18:55:25 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-06 18:55:25 +0200
commit75430891794ac41af3b1111453e8972d9ca6b70b (patch)
treeea33f4d6ad733739896fb4d6c62e3fefbe2a812d /module/output
parentFix most of event creation problems in week. (diff)
downloadcalp-75430891794ac41af3b1111453e8972d9ca6b70b.tar.gz
calp-75430891794ac41af3b1111453e8972d9ca6b70b.tar.xz
Fix popup when creating and deleting in week.
Diffstat (limited to 'module/output')
-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))))
)))