summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-03 08:42:42 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-06 13:36:23 +0200
commit42be4b7765a7a1b045a109bda0f3fbfc5d1bd097 (patch)
tree4b429305ddca0116719049c140145c91fc7f19c6 /core/js/js.js
parent7e6b8ca820dd4c4ff3fa99cff22bee30687582b4 (diff)
downloadnextcloud-server-42be4b7765a7a1b045a109bda0f3fbfc5d1bd097.tar.gz
nextcloud-server-42be4b7765a7a1b045a109bda0f3fbfc5d1bd097.zip
Move oc_appconfig/OC.appConfig to the main bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 311bcc7a770..a098418be1d 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -55,7 +55,6 @@ Object.assign(window.OC, {
* @deprecated use {@link OC.getCurrentUser} instead
*/
currentUser:(typeof oc_current_user!=='undefined')?oc_current_user:false,
- appConfig: window.oc_appconfig || {},
theme: window.oc_defaults || {},
coreApps:['', 'admin','log','core/search','settings','core','3rdparty'],
requestToken: oc_requesttoken,