Forgot a ); because of course I did.

This commit is contained in:
alisolarflare 2017-06-10 18:50:44 -07:00
parent cc0e26e7ae
commit c19620348a

View file

@ -17,7 +17,7 @@ window.onload = function(){
});
$.get("https://server.figytuna.com:8080/ali/hello/players", function(data){
document.getElementById('hello-players').innerHTML = data;
}
});
/*
let http = new XMLHttpRequest();