瀏覽代碼

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);
}

Loading…
取消
儲存