get-version

This commit is contained in:
vapormusic 2022-02-11 21:48:17 +07:00
parent 641c554d15
commit 064b287553
2 changed files with 4 additions and 4 deletions

View file

@ -1244,9 +1244,9 @@ const app = new Vue({
if (route.indexOf("/") == -1) { if (route.indexOf("/") == -1) {
this.page = route this.page = route
window.location.hash = this.page window.location.hash = this.page
if (this.page == "settings") { // if (this.page == "settings") {
this.getVersion() // this.version
} // }
return return
} }
let hash = route.split("/") let hash = route.split("/")

View file

@ -57,7 +57,7 @@
data: function () { data: function () {
return { return {
window: window, window: window,
version: app.getVersion(), version: app.version,
team: [ team: [
{ {
name: 'cryptofyre', name: 'cryptofyre',