aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/js
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-24 14:45:49 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-24 23:32:07 +0200
commit16c061818eceb2d5356030cfa620d256e7a8b284 (patch)
tree39fa6b40064eea212d62eae5eb482c6a89c36823 /apps/theming/js
parenteefe256abc377ca9e6d43682d50fadebfcfed966 (diff)
downloadnextcloud-server-16c061818eceb2d5356030cfa620d256e7a8b284.tar.gz
nextcloud-server-16c061818eceb2d5356030cfa620d256e7a8b284.zip
also add a privacy link
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/theming/js')
-rw-r--r--apps/theming/js/settings-admin.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/js/settings-admin.js b/apps/theming/js/settings-admin.js
index 76d9fb965ca..afc218b7ffa 100644
--- a/apps/theming/js/settings-admin.js
+++ b/apps/theming/js/settings-admin.js
@@ -84,7 +84,8 @@ function hideUndoButton(setting, value) {
color: '#0082c9',
logoMime: '',
backgroundMime: '',
- imprintUrl: ''
+ imprintUrl: '',
+ privacyUrl: ''
};
if (value === themingDefaults[setting] || value === '') {