Преглед изворни кода

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…
Откажи
Сачувај