and another colon
This commit is contained in:
parent
7862f98b91
commit
f32fbb5bb3
1 changed files with 1 additions and 1 deletions
|
@ -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(cstr.online) );
|
||||
$tr.append( $('<td>').html( formatStatus( cstr.online ) ) );
|
||||
|
||||
|
||||
var cviewers = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue