Version 0.6.2, Rev3310
This commit is contained in:
parent
3904dcda39
commit
98c6add637
8 changed files with 44 additions and 17 deletions
|
@ -531,6 +531,6 @@ if origin.indexOf("https:") == 0
|
|||
else
|
||||
proto = { ws: 'ws', http: 'http' }
|
||||
|
||||
ws_url = proto.ws + ":" + origin.replace(proto.http+":", "") + "/Websocket?wrapper_key=" + window.wrapper_key
|
||||
ws_url = proto.ws + ":" + origin.replace(proto.http+":", "") + "/ZeroNet-Internal/Websocket?wrapper_key=" + window.wrapper_key
|
||||
|
||||
window.wrapper = new Wrapper(ws_url)
|
||||
|
|
|
@ -1564,7 +1564,7 @@ jQuery.extend( jQuery.easing,
|
|||
};
|
||||
}
|
||||
|
||||
ws_url = proto.ws + ":" + origin.replace(proto.http + ":", "") + "/Websocket?wrapper_key=" + window.wrapper_key;
|
||||
ws_url = proto.ws + ":" + origin.replace(proto.http + ":", "") + "/ZeroNet-Internal/Websocket?wrapper_key=" + window.wrapper_key;
|
||||
|
||||
window.wrapper = new Wrapper(ws_url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue