From 7862f98b91a43111f5f8364d59a1230e1fbb2f6d Mon Sep 17 00:00:00 2001 From: Niels Groot Obbink Date: Sat, 8 Sep 2012 13:03:19 +0200 Subject: [PATCH] forgot another colon --- lsp/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;