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