Explorar el Código

comment out "Lost connection" error

dds
PaulStoffregen hace 11 años
padre
commit
994e70ff11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gui/red/comms.js

+ 1
- 1
gui/red/comms.js Ver fichero

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

Cargando…
Cancelar
Guardar