Commit 807276a5 by lyhuang

add ;

parent 2cd17c38
Showing with 1 additions and 1 deletions
......@@ -18,7 +18,7 @@
var webSocket = null;
var url = "ws://http://112.65.124.86:8080/websocket/";
function connectSocket(loginUsername){
url +=loginUsername
url +=loginUsername;
alert("url:"+url);
// var timestamp=Date.parse(new Date());
webSocket=new WebSocket(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment