summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/profile.js2
-rw-r--r--core/src/recommendedapps.js3
-rw-r--r--core/src/unified-search.js4
3 files changed, 0 insertions, 9 deletions
diff --git a/core/src/profile.js b/core/src/profile.js
index f0ff5923a61..4e99a11b0e2 100644
--- a/core/src/profile.js
+++ b/core/src/profile.js
@@ -21,7 +21,6 @@
*/
import Vue from 'vue'
-import { generateFilePath } from '@nextcloud/router'
import { getRequestToken } from '@nextcloud/auth'
import { translate as t } from '@nextcloud/l10n'
import VTooltip from 'v-tooltip'
@@ -31,7 +30,6 @@ import logger from './logger'
import Profile from './views/Profile'
__webpack_nonce__ = btoa(getRequestToken())
-__webpack_public_path__ = generateFilePath('core', '', 'js/')
Vue.use(VTooltip)
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: {
diff --git a/core/src/unified-search.js b/core/src/unified-search.js
index a799586017b..91db8b34dd0 100644
--- a/core/src/unified-search.js
+++ b/core/src/unified-search.js
@@ -20,7 +20,6 @@
*
*/
-import { generateFilePath } from '@nextcloud/router'
import { getLoggerBuilder } from '@nextcloud/logger'
import { getRequestToken } from '@nextcloud/auth'
import { translate as t, translatePlural as n } from '@nextcloud/l10n'
@@ -31,9 +30,6 @@ import UnifiedSearch from './views/UnifiedSearch.vue'
// eslint-disable-next-line camelcase
__webpack_nonce__ = btoa(getRequestToken())
-// eslint-disable-next-line camelcase
-__webpack_public_path__ = generateFilePath('core', '', 'js/')
-
const logger = getLoggerBuilder()
.setApp('unified-search')
.detectUser()