mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-06 06:13:57 +03:00
added delete "v" in version
This commit is contained in:
parent
439cb02641
commit
8409cd7b75
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ $.ajax({
|
||||||
url: "http://localhost:8080/api/get/version",
|
url: "http://localhost:8080/api/get/version",
|
||||||
type: "GET",
|
type: "GET",
|
||||||
success: function(data){
|
success: function(data){
|
||||||
$("#program-version").text(data.message);
|
$("#program-version").text(data.message.replace("v", ""));
|
||||||
}
|
}
|
||||||
})
|
})
|
Loading…
Reference in a new issue