Fix saving wsURL

This commit is contained in:
Lance Stout 2014-02-26 12:46:51 -08:00
parent 29ec69dfb2
commit f0e627338e
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -10,7 +10,7 @@ $('#loginbox form').on('submit', function (e) {
boshURL = connURL;
transport = 'bosh';
} else {
wsURL = wsURL;
wsURL = connURL;
transport = 'websocket';
}