mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-02-16 07:00:09 -05:00
Fix saving wsURL
This commit is contained in:
parent
29ec69dfb2
commit
f0e627338e
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "otalk.im",
|
||||
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
|
||||
"version": "0.0.33",
|
||||
"version": "0.0.34",
|
||||
"dependencies": {
|
||||
"andlog": "0.0.4",
|
||||
"async": "0.2.9",
|
||||
|
@ -10,7 +10,7 @@ $('#loginbox form').on('submit', function (e) {
|
||||
boshURL = connURL;
|
||||
transport = 'bosh';
|
||||
} else {
|
||||
wsURL = wsURL;
|
||||
wsURL = connURL;
|
||||
transport = 'websocket';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user