From dd7bf0f902570d4561c07237ea9072f4fc1d3edc Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 3 Dec 2021 15:12:18 +0100 Subject: Fix dynamic loading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/settings/src/main-apps-users-management.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'apps/settings/src') diff --git a/apps/settings/src/main-apps-users-management.js b/apps/settings/src/main-apps-users-management.js index f50e98785d7..97f23c03f51 100644 --- a/apps/settings/src/main-apps-users-management.js +++ b/apps/settings/src/main-apps-users-management.js @@ -35,15 +35,9 @@ Vue.use(VTooltip, { defaultHtml: false }) sync(store, router) // CSP config for webpack dynamic chunk loading -// eslint-disable-next-line +// eslint-disable-next-line camelcase __webpack_nonce__ = btoa(OC.requestToken) -// Correct the root of the app for chunk loading -// OC.linkTo matches the apps folders -// OC.generateUrl ensure the index.php (or not) -// eslint-disable-next-line -__webpack_public_path__ = OC.linkTo('settings', 'js/') - // bind to window Vue.prototype.t = t Vue.prototype.n = n -- cgit v1.2.3