From 7ac4cd72d5898ac2a0adc08f28f6dde4b41967e4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Dec 2020 09:36:26 -0500 Subject: [PATCH] input type="date" here will allow datepicker.js to be eliminated and should fall back to type="text" in the few remaining browsers that don't support it. --- webcit/calendar_tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/calendar_tools.c b/webcit/calendar_tools.c index 86da183b8..3d875c307 100644 --- a/webcit/calendar_tools.c +++ b/webcit/calendar_tools.c @@ -68,7 +68,7 @@ void display_icaltimetype_as_webform(struct icaltimetype *t, char *prefix, int d localtime_r(&tt, &tm); } - wc_printf("WBuf, prefix, -1, 0); wc_printf("\" id=\""); StrBufAppendBufPlain(WCC->WBuf, prefix, -1, 0); -- 2.30.2