From 73f9f15607ba23f37ef78b84b6240cce49c1b69b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 8 May 2019 10:03:13 +0200 Subject: Move the legacy OC.addScript and OC.addStyle helpers to the bundle Signed-off-by: Christoph Wurst --- core/src/OC/index.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/src/OC/index.js') diff --git a/core/src/OC/index.js b/core/src/OC/index.js index a27695d8eda..81cf002e47f 100644 --- a/core/src/OC/index.js +++ b/core/src/OC/index.js @@ -19,6 +19,7 @@ * along with this program. If not, see . */ +import {addScript, addStyle} from './legacy-loader' import Apps from './apps' import {AppConfig, appConfig} from './appconfig' import appswebroots from './appswebroots' @@ -84,6 +85,8 @@ export default { PERMISSION_UPDATE, TAG_FAVORITE, + addScript, + addStyle, Apps, AppConfig, appConfig, -- cgit v1.2.3