Some debugging code has been removed
This commit is contained in:
parent
2c75c394d3
commit
52b8e4984e
1 changed files with 0 additions and 1 deletions
|
@ -1180,7 +1180,6 @@ jQuery.extend( jQuery.easing,
|
||||||
} else {
|
} else {
|
||||||
proto = { ws: 'ws', ht: 'http' };
|
proto = { ws: 'ws', ht: 'http' };
|
||||||
}
|
}
|
||||||
console.log(origin, proto)
|
|
||||||
ws_url = proto.ws + ":" + (origin.replace(proto.ht + ':', '')) + "/Websocket?wrapper_key=" + window.wrapper_key;
|
ws_url = proto.ws + ":" + (origin.replace(proto.ht + ':', '')) + "/Websocket?wrapper_key=" + window.wrapper_key;
|
||||||
|
|
||||||
window.wrapper = new Wrapper(ws_url);
|
window.wrapper = new Wrapper(ws_url);
|
||||||
|
|
Loading…
Reference in a new issue