diff --git a/resources/sandbox/sandbox.js b/resources/sandbox/sandbox.js index 288d97a..e256de1 100644 --- a/resources/sandbox/sandbox.js +++ b/resources/sandbox/sandbox.js @@ -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();