From 75430891794ac41af3b1111453e8972d9ca6b70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 6 Aug 2020 18:55:25 +0200 Subject: Fix popup when creating and deleting in week. --- module/output/html.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'module') 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)))) ))) -- cgit v1.2.3