소스 검색

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…
취소
저장