From 362d567f71b9a7e096cecfbd41c79317ecbd1697 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 28 Apr 2022 14:17:08 -0400 Subject: Add Download button, and stub import button References include: https://javascript.info/file https://stackoverflow.com/questions/44555950/custom-download-name-with-javascript-or-jquery/44556846#44556846 https://stackoverflow.com/a/16137606 --- radicale_infcloud/web/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'radicale_infcloud/web/index.html') diff --git a/radicale_infcloud/web/index.html b/radicale_infcloud/web/index.html index a62ccb8..6a2deb5 100644 --- a/radicale_infcloud/web/index.html +++ b/radicale_infcloud/web/index.html @@ -631,6 +631,8 @@ along with this program. If not, see . + + -- cgit