aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-01 11:49:26 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-01 11:49:26 +0200
commit98a56b782d1ced056c77019e88b4bcea4a270f83 (patch)
treeccfb714dc111c7437f2cdf52b956d95d954ad4df /module/calp/html
parentRemove old date_time system. (diff)
downloadcalp-98a56b782d1ced056c77019e88b4bcea4a270f83.tar.gz
calp-98a56b782d1ced056c77019e88b4bcea4a270f83.tar.xz
Reintroduce dateonly for date-time-input:s.
Diffstat (limited to 'module/calp/html')
-rw-r--r--module/calp/html/vcomponent.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index 63b3df3b..b32bc0c4 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -235,6 +235,7 @@
"Heldag?"
`(input (@ (type "checkbox")
(name "wholeday")
+ (onclick "wholeday_checkbox(this)")
))))
)