From c66aa9af930dfc547aa358177ae0e589fbacda84 Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Sat, 3 Jun 2017 19:53:36 -0400 Subject: [PATCH] The easy part --- sandbox.html | 2 +- sandbox/helloajax.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox.html b/sandbox.html index 440af05..ffe3c3c 100644 --- a/sandbox.html +++ b/sandbox.html @@ -3,7 +3,7 @@ Developer's Sandbox - + diff --git a/sandbox/helloajax.js b/sandbox/helloajax.js index bdb6aee..d076bea 100644 --- a/sandbox/helloajax.js +++ b/sandbox/helloajax.js @@ -8,7 +8,7 @@ window.onload = function(){ document.getElementById('atom-players').innerHTML = JSON.stringify(data); }); - $.get("http://server.figytuna.com:8080/ali", function(data){ + $.get("http://server.figytuna.com:443/ali", function(data){ console.log(data); document.getElementById('button-hello').innerHTML = data; });