LSP: now the stream buffer time input actually accepts proper input, allowing save.

This commit is contained in:
Cat 2013-03-07 13:32:47 +01:00 committed by Thulinma
parent faa2c42a55
commit 998abb9b16

View file

@ -631,7 +631,7 @@
{ {
$('#streams-list-tbody').children().each(function(k, v) $('#streams-list-tbody').children().each(function(k, v)
{ {
var type = $($(v).children()[0]).text().toLowerCase(); var type = $($(v).children()[1]).text().toLowerCase();
$(v).show(); $(v).show();