From 98a56b782d1ced056c77019e88b4bcea4a270f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 1 Oct 2021 11:49:26 +0200 Subject: Reintroduce dateonly for date-time-input:s. --- module/calp/html/vcomponent.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module') 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)") )))) ) -- cgit v1.2.3