From 4a33edd1ccb257db498eb4689b6d1511c7265edf Mon Sep 17 00:00:00 2001 From: alexn707 Date: Fri, 28 Feb 2025 11:46:20 +0300 Subject: [PATCH] Update app.js --- src/www/js/app.js | 1 + 1 file changed, 1 insertion(+) 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())