From 31a1d176a2e0a16f5334bd406243ca93b64674ee Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 22 Mar 2017 05:49:27 +0100 Subject: InfCloud: Disable update checks --- radicale_web/web/infcloud/cache.manifest | 2 +- radicale_web/web/infcloud/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/radicale_web/web/infcloud/cache.manifest b/radicale_web/web/infcloud/cache.manifest index 973f958..bba99ff 100644 --- a/radicale_web/web/infcloud/cache.manifest +++ b/radicale_web/web/infcloud/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -#V 20150922153011 +#V 1 CACHE: addressbook.js diff --git a/radicale_web/web/infcloud/config.js b/radicale_web/web/infcloud/config.js index cfb946f..0fc340a 100644 --- a/radicale_web/web/infcloud/config.js +++ b/radicale_web/web/infcloud/config.js @@ -524,7 +524,7 @@ var globalResourceAlphabetSorting=true; // If undefined (or empty), update notifications will be shown to all users. // Example: // globalNewVersionNotifyUsers=['admin', 'peter']; -var globalNewVersionNotifyUsers=[]; +var globalNewVersionNotifyUsers=null; // globalDatepickerFormat -- cgit