Pārlūkot izejas kodu

change the url to the site and not localhost

Eran Goldman-Malka 5 gadi atpakaļ
vecāks
revīzija
70cbec9c16
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      server/index.html

+ 1 - 1
server/index.html

@@ -60,7 +60,7 @@
         enableSnippets: true,
         enableLiveAutocompletion: false
     });
-  var ws = new WebSocket('ws://localhost:8080/');
+  var ws = new WebSocket('ws://'+window.location.host+':8080/');
 //  ws.onopen = function() {
 //      };
 //      ws.onclose = function() {