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/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'radicale_web/web/infcloud/config.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