aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-05-06 17:48:53 +0200
committerGitHub <noreply@github.com>2019-05-06 17:48:53 +0200
commite0c62352b71441c2f843fd5f023000af342011a8 (patch)
treebc6a164f94d4b6684a0a631ec1ae3571328660b3 /core/js/js.js
parent16d696e94d23a2434a55c83c4b1d704475959a9f (diff)
parent42be4b7765a7a1b045a109bda0f3fbfc5d1bd097 (diff)
downloadnextcloud-server-e0c62352b71441c2f843fd5f023000af342011a8.tar.gz
nextcloud-server-e0c62352b71441c2f843fd5f023000af342011a8.zip
Move oc_appconfig/OC.appConfig to the main bundle (#15354)
Move oc_appconfig/OC.appConfig to the main bundle
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,