From c19620348a1617c0c440a7d5aac124836e0633b3 Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Sat, 10 Jun 2017 18:50:44 -0700 Subject: [PATCH] Forgot a ); because of course I did. --- resources/sandbox/sandbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();