diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-07 09:03:14 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-05-07 14:03:14 +0200 |
commit | acf0ca15414fa17ae5ccc2a7d123f83cf5a2192d (patch) | |
tree | d68fb69b753a47357df30a24458dbf3b0e932e7b /core/js/js.js | |
parent | 22f3306fd0d4f782ba415ef8220f077e293eb655 (diff) | |
download | nextcloud-server-acf0ca15414fa17ae5ccc2a7d123f83cf5a2192d.tar.gz nextcloud-server-acf0ca15414fa17ae5ccc2a7d123f83cf5a2192d.zip |
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/js.js')
-rw-r--r-- | core/js/js.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 76b0ecda492..b255ff63dfc 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -24,7 +24,6 @@ Object.assign(window.OC, { */ _capabilities: window.oc_capabilities || null, - appswebroots:(typeof oc_appswebroots !== 'undefined') ? oc_appswebroots:false, /** * Currently logged in user or null if none * |