提交 5b73a803 authored 作者: Seven Du's avatar Seven Du

FS-5207 use the json version, thanks

上级 55d01d3d
...@@ -785,8 +785,8 @@ ...@@ -785,8 +785,8 @@
socket.onclose = function(){ socket.onclose = function(){
$('#ws-status').html('Socket Disconnected!').css("color", "red"); $('#ws-status').html('Socket Disconnected!').css("color", "red");
console.log("socket disconnected, fallback to event_sink"); console.log("socket disconnected, fallback to event_sink");
// setInterval("App.channelsController.checkEvent()", 2000); setInterval("App.channelsController.checkEvent()", 2000);
setInterval("App.channelsController.checkXMLEvent()", 2000); //setInterval("App.channelsController.checkXMLEvent()", 2000);
} }
} catch(exception) { } catch(exception) {
alert('Error' + exception); alert('Error' + exception);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论