浏览代码

change the url to the site and not localhost

Eran Goldman-Malka 5 年之前
父节点
当前提交
70cbec9c16
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {