Forgot a ); because of course I did.
This commit is contained in:
parent
cc0e26e7ae
commit
c19620348a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ window.onload = function(){
|
||||||
});
|
});
|
||||||
$.get("https://server.figytuna.com:8080/ali/hello/players", function(data){
|
$.get("https://server.figytuna.com:8080/ali/hello/players", function(data){
|
||||||
document.getElementById('hello-players').innerHTML = data;
|
document.getElementById('hello-players').innerHTML = data;
|
||||||
}
|
});
|
||||||
/*
|
/*
|
||||||
let http = new XMLHttpRequest();
|
let http = new XMLHttpRequest();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue