diff --git a/src/www/js/app.js b/src/www/js/app.js index bef58260..6c6d60bf 100644 --- a/src/www/js/app.js +++ b/src/www/js/app.js @@ -472,6 +472,7 @@ new Vue({ i18n.locale = lang; } + return; const currentRelease = await this.api.getRelease(); const latestRelease = await fetch('https://wg-easy.github.io/wg-easy/changelog.json') .then((res) => res.json())