and another colon

This commit is contained in:
Niels Groot Obbink 2012-09-08 13:05:41 +02:00
parent 7862f98b91
commit f32fbb5bb3

View file

@ -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;