Commit ffd4b57b authored by anne munoz's avatar anne munoz Committed by Adam Wujek

www: Remove status Undefined

WR Status "UNDEFINED" when no connection to master, can you make just an empty cell?
parent 4e72c45f
......@@ -39,7 +39,7 @@ function updateValues(){
if (content.indexOf("sv")>-1){
//datainfo[3][i] = '<b>' + content + '<b><br/>';
if (content.indexOf("0")>-1) {
datainfo[3][i+1] = 'UNDEFINED' + '<br/>';//modify next line
datainfo[3][i+1] = '' + '<br/>';//modify next line
status = datainfo[3][i+1];
}
else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment