diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-12-03 15:12:18 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-01-08 10:14:53 +0100 |
commit | dd7bf0f902570d4561c07237ea9072f4fc1d3edc (patch) | |
tree | 0116d397d454e95f1ebbd584230f16820c5ebd72 /core/src/recommendedapps.js | |
parent | 806a176a57526b55c18817577325509dfb4ef648 (diff) | |
download | nextcloud-server-dd7bf0f902570d4561c07237ea9072f4fc1d3edc.tar.gz nextcloud-server-dd7bf0f902570d4561c07237ea9072f4fc1d3edc.zip |
Fix dynamic loading
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/src/recommendedapps.js')
-rw-r--r-- | core/src/recommendedapps.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/recommendedapps.js b/core/src/recommendedapps.js index 44c424989be..31d0e5c932c 100644 --- a/core/src/recommendedapps.js +++ b/core/src/recommendedapps.js @@ -21,7 +21,6 @@ */ import { getRequestToken } from '@nextcloud/auth' -import { generateFilePath } from '@nextcloud/router' import { translate as t } from '@nextcloud/l10n' import Vue from 'vue' @@ -30,8 +29,6 @@ import RecommendedApps from './components/setup/RecommendedApps' // eslint-disable-next-line camelcase __webpack_nonce__ = btoa(getRequestToken()) -// eslint-disable-next-line camelcase -__webpack_public_path__ = generateFilePath('core', '', 'js/') Vue.mixin({ methods: { |