From 4a2fd687d7c9c815419bd6d0897085d05cd50fe0 Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 19 Jan 2022 00:59:41 +0100 Subject: Update for Radicale 3.1.1 --- radicale_infcloud/web/config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'radicale_infcloud/web') diff --git a/radicale_infcloud/web/config.js b/radicale_infcloud/web/config.js index 560c1d1..ca1badf 100644 --- a/radicale_infcloud/web/config.js +++ b/radicale_infcloud/web/config.js @@ -337,9 +337,7 @@ var globalEnableDevelBuilds=true; // port, ... (client installed into Davical "htdocs" subdirectory; // works "out of the box", no additional setup required): var globalNetworkCheckSettings={ - href: location.protocol+'//'+location.hostname+ - (location.port ? ':'+location.port: '')+ - location.pathname.replace(RegExp('(/+[^/]+/*){2}(index\.html)?$'),'')+'/', + href: (new URL('../..', location.href)).href, timeOut: 90000, lockTimeOut: 10000, checkContentType: true, -- cgit