From 998abb9b16c2c0bcefb2771f463dc6100d24dcf4 Mon Sep 17 00:00:00 2001 From: Cat Date: Thu, 7 Mar 2013 13:32:47 +0100 Subject: [PATCH] LSP: now the stream buffer time input actually accepts proper input, allowing save. --- lsp/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();