Browse Source

Update app.js

pull/1690/head
alexn707 5 months ago
committed by GitHub
parent
commit
4a33edd1cc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/www/js/app.js

1
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())

Loading…
Cancel
Save