From 7e4741c6079a6a2eb456e717222e3aa589553d44 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Mon, 5 Jun 2017 22:43:53 +0200 Subject: [PATCH] Did the easy part again --- sandbox/helloajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/helloajax.js b/sandbox/helloajax.js index d076bea..8412f4a 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:443/ali", function(data){ + $.get("https://server.figytuna.com:8080/ali", function(data){ console.log(data); document.getElementById('button-hello').innerHTML = data; });