fix fix
This commit is contained in:
parent
643afc879d
commit
acd86025cc
1 changed files with 2 additions and 2 deletions
|
@ -446,7 +446,7 @@ TODO als server het stuurt
|
|||
$(row.children()[3]).html("<span class='red'>" + (status == 0 ? 'Offline' : (!status ? 'Unknown, checking...' : status) ) + "</span>");
|
||||
}
|
||||
*/
|
||||
$row.children()[3]).html( formatStatus(status) );
|
||||
$(row.children()[3]).html( formatStatus(status) );
|
||||
|
||||
$(row.children()[4]).text(streams[stream][1]);
|
||||
}
|
||||
|
@ -493,7 +493,7 @@ TODO als server het stuurt
|
|||
$tr.append( $('<td>').html("<span class='red'>" + (cstr.online == 0 ? 'Offline' : 'Unknown, checking...') + "</span>") );
|
||||
}
|
||||
*/
|
||||
$tr.append( $('<td>').html( formatStatus(status) );
|
||||
$tr.append( $('<td>').html( formatStatus(cstr.online) );
|
||||
|
||||
|
||||
var cviewers = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue