Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-06 20:57:26 +0300
committerJoas Schilling <coding@schilljs.com>2020-12-15 22:14:01 +0300
commit75e63722087e285b30b1f324bb5d706ee13c25db (patch)
tree2ad2d667ea320d7b28e2939fe9a9f01e3707086c /src
parent7a47df83a0281b80a40b70a1919a8643a5746190 (diff)
Fix app if
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/dashboard.js2
-rw-r--r--src/main.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dashboard.js b/src/dashboard.js
index 9503993..77f3191 100644
--- a/src/dashboard.js
+++ b/src/dashboard.js
@@ -30,7 +30,7 @@ import Dashboard from './views/Dashboard'
__webpack_nonce__ = btoa(getRequestToken())
// eslint-disable-next-line
-__webpack_public_path__ = generateFilePath('user_status', '', 'js/')
+__webpack_public_path__ = generateFilePath('announcementcenter', '', 'js/')
Vue.prototype.t = translate
Vue.prototype.n = translatePlural
diff --git a/src/main.js b/src/main.js
index 4208577..8260c14 100644
--- a/src/main.js
+++ b/src/main.js
@@ -32,7 +32,7 @@ import Vuex from 'vuex'
__webpack_nonce__ = btoa(getRequestToken())
// eslint-disable-next-line
-__webpack_public_path__ = generateFilePath('user_status', '', 'js/')
+__webpack_public_path__ = generateFilePath('announcementcenter', '', 'js/')
Vue.use(Vuex)