diff --git a/public/sketch.js b/public/sketch.js index bb8528e..d04df57 100644 --- a/public/sketch.js +++ b/public/sketch.js @@ -10,7 +10,8 @@ if (http_confirm == "http") { window.location.replace("https://" + location.host); } -var socket = io(location.host); +//var socket = io(location.host); +var socket = io("http://localhost"); var n = 0; var fr = 20; var arr = [];