diff --git a/lsp/main.js b/lsp/main.js index 2a7be981..651ab348 100644 --- a/lsp/main.js +++ b/lsp/main.js @@ -493,7 +493,7 @@ TODO als server het stuurt $tr.append( $('').html("" + (cstr.online == 0 ? 'Offline' : 'Unknown, checking...') + "") ); } */ - $tr.append( $('').html( formatStatus(cstr.online) ); + $(tr.append( $('').html( formatStatus(cstr.online) ); var cviewers = 0;