From 6fa9dacafa185237454fd34cae753908116b44aa Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 10 Mar 2017 23:04:48 +0100 Subject: Configure InfCloud --- radicale_web/web/infcloud/config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/radicale_web/web/infcloud/config.js b/radicale_web/web/infcloud/config.js index ff4502d..cfb946f 100644 --- a/radicale_web/web/infcloud/config.js +++ b/radicale_web/web/infcloud/config.js @@ -334,8 +334,7 @@ along with this program. If not, see . var globalNetworkCheckSettings={ href: location.protocol+'//'+location.hostname+ (location.port ? ':'+location.port: '')+ - location.pathname.replace(RegExp('/+[^/]+/*(index\.html)?$'),'')+ - '/caldav.php/', + location.pathname.replace(RegExp('(/+[^/]+/*){2}(index\.html)?$'),'')+'/', timeOut: 90000, lockTimeOut: 10000, checkContentType: true, @@ -416,7 +415,7 @@ var globalSyncResourcesInterval=120000; // If undefined or false, the synchronization button is disabled. // NOTE: enable this option only if you really know what are you doing! // Example: -var globalEnableRefresh=false; +var globalEnableRefresh=true; // globalEnableKbNavigation -- cgit