diff --git a/lsp/main.js b/lsp/main.js index 93a87ec0..2a7be981 100644 --- a/lsp/main.js +++ b/lsp/main.js @@ -446,7 +446,7 @@ TODO als server het stuurt $(row.children()[3]).html("" + (status == 0 ? 'Offline' : (!status ? 'Unknown, checking...' : status) ) + ""); } */ - $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( $('