diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-07 18:11:08 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-07 18:11:08 +0200 |
commit | 944364d866af441a0c694b6d84f222ce4982733a (patch) | |
tree | e8b840ed3a8ce4d7e930075d6b81e290f4f9f600 /core/js/js.js | |
parent | 5893f218c247d4c0829fb74161e663f3903e15ad (diff) | |
download | nextcloud-server-944364d866af441a0c694b6d84f222ce4982733a.tar.gz nextcloud-server-944364d866af441a0c694b6d84f222ce4982733a.zip |
Move rest of contant-like OC props to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/js/js.js b/core/js/js.js index 1efa8953c99..bd8af4d7e60 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -24,9 +24,7 @@ Object.assign(window.OC, { */ currentUser:(typeof oc_current_user!=='undefined')?oc_current_user:false, theme: window.oc_defaults || {}, - coreApps:['', 'admin','log','core/search','settings','core','3rdparty'], requestToken: oc_requesttoken, - menuSpeed: 50, /** * Check if a user file is allowed to be handled. |