summaryrefslogtreecommitdiffstats
path: root/apps/weather_status/src/weather-status.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/weather_status/src/weather-status.js')
-rw-r--r--apps/weather_status/src/weather-status.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/weather_status/src/weather-status.js b/apps/weather_status/src/weather-status.js
index 0816f62e8dc..4b8b2ab79a4 100644
--- a/apps/weather_status/src/weather-status.js
+++ b/apps/weather_status/src/weather-status.js
@@ -22,16 +22,11 @@
import Vue from 'vue'
import { getRequestToken } from '@nextcloud/auth'
-import { generateUrl } from '@nextcloud/router'
import App from './App'
// eslint-disable-next-line camelcase
__webpack_nonce__ = btoa(getRequestToken())
-// Correct the root of the app for chunk loading
-// eslint-disable-next-line
-__webpack_public_path__ = generateUrl('/apps/weather_status/js/')
-
Vue.prototype.t = t
document.addEventListener('DOMContentLoaded', function() {