浏览代码

comment out "Lost connection" error

dds
PaulStoffregen 10 年前
父节点
当前提交
994e70ff11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      gui/red/comms.js

+ 1
- 1
gui/red/comms.js 查看文件

@@ -56,7 +56,7 @@ RED.comms = (function() {
};
ws.onclose = function() {
if (errornotification == null) {
errornotification = RED.notify("<b>Error</b>: Lost connection to server","error",true);
//errornotification = RED.notify("<b>Error</b>: Lost connection to server","error",true);
}
setTimeout(connectWS,1000);
}

正在加载...
取消
保存