aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/calp/html/components.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/module/calp/html/components.scm b/module/calp/html/components.scm
index 78142914..47436c87 100644
--- a/module/calp/html/components.scm
+++ b/module/calp/html/components.scm
@@ -156,12 +156,3 @@
(@ (for ,id))
(span (@ (class "plus")) "+")
(span (@ (class "minus")) "-"))))
-
-;; (define-once timespan-generator-id (gensym "timespan-generator"))
-;; (define-public (input-timespan-generator)
-;; `((div (@ (class "template")
-;; (id ,timespan-generator-id))
-;; ,(input-timespan))
-;; (script
-;; "function make_timespan_input() {\n"
-;; "return document.getElementsById(" ,timespan-generator-id ").cloneNode(true);")))