forgot another colon

This commit is contained in:
Niels Groot Obbink 2012-09-08 13:03:19 +02:00
parent acd86025cc
commit 7862f98b91

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;