Browse Source

comment out "Lost connection" error

dds
PaulStoffregen 10 years ago
parent
commit
994e70ff11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gui/red/comms.js

+ 1
- 1
gui/red/comms.js View File

}; };
ws.onclose = function() { ws.onclose = function() {
if (errornotification == null) { 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); setTimeout(connectWS,1000);
} }

Loading…
Cancel
Save