diff --git a/lsp/main.js b/lsp/main.js index 27d8e0dc..e6512c3f 100644 --- a/lsp/main.js +++ b/lsp/main.js @@ -631,7 +631,7 @@ { $('#streams-list-tbody').children().each(function(k, v) { - var type = $($(v).children()[0]).text().toLowerCase(); + var type = $($(v).children()[1]).text().toLowerCase(); $(v).show();