From: root Date: Wed, 2 Dec 2020 14:36:26 +0000 (-0500) Subject: input type="date" here will allow datepicker.js to be eliminated X-Git-Tag: v939~201^2~1 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=7ac4cd72d5898ac2a0adc08f28f6dde4b41967e4 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. --- 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);