FS-5207 use the json version, thanks
This commit is contained in:
parent
55d01d3def
commit
5b73a80339
|
@ -785,8 +785,8 @@
|
|||
socket.onclose = function(){
|
||||
$('#ws-status').html('Socket Disconnected!').css("color", "red");
|
||||
console.log("socket disconnected, fallback to event_sink");
|
||||
// setInterval("App.channelsController.checkEvent()", 2000);
|
||||
setInterval("App.channelsController.checkXMLEvent()", 2000);
|
||||
setInterval("App.channelsController.checkEvent()", 2000);
|
||||
//setInterval("App.channelsController.checkXMLEvent()", 2000);
|
||||
}
|
||||
} catch(exception) {
|
||||
alert('Error' + exception);
|
||||
|
|
Loading…
Reference in New Issue