aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-07 09:03:14 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-07 14:03:14 +0200
commitacf0ca15414fa17ae5ccc2a7d123f83cf5a2192d (patch)
treed68fb69b753a47357df30a24458dbf3b0e932e7b /core/js/js.js
parent22f3306fd0d4f782ba415ef8220f077e293eb655 (diff)
downloadnextcloud-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.js1
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
*