aboutsummaryrefslogtreecommitdiff
path: root/radicale_web/web/infcloud/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'radicale_web/web/infcloud/config.js')
-rw-r--r--radicale_web/web/infcloud/config.js2
1 files changed, 1 insertions, 1 deletions
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
bgstack15