From acf0ca15414fa17ae5ccc2a7d123f83cf5a2192d Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 7 May 2019 09:03:14 +0200 Subject: Move OC.appswebroots to the bundle and deprecate oc_appswebroots Signed-off-by: Christoph Wurst --- core/js/js.js | 1 - 1 file changed, 1 deletion(-) (limited to 'core/js/js.js') 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 * -- cgit v1.2.3