mirror of
https://github.com/Starlio-app/StarlioX
synced 2025-02-22 23:13:12 +03:00
removed prefix v in versions, added prefix at the end -beta
This commit is contained in:
parent
f5c1909f81
commit
94313bc552
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ $.ajax({
|
|||
url: "http://localhost:8080/api/get/version",
|
||||
type: "GET",
|
||||
success: function(data){
|
||||
$("#program-version").text(data.message.replace("v", ""));
|
||||
$("#program-version").text(data.message);
|
||||
}
|
||||
})
|
Loading…
Add table
Reference in a new issue