Fixes and improvements
This commit is contained in:
parent
c08b89d68a
commit
1a3d92c903
8 changed files with 132 additions and 48 deletions
|
|
@ -12,6 +12,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||
var NotWebsocket = function() {
|
||||
this.connected = false;
|
||||
this.polltmr = false;
|
||||
this.nws = true;
|
||||
$.getJSON(WEB_URL + "/nws/connect?callback=?", function(data) {
|
||||
this.hash = data;
|
||||
this.connected = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue