LSP: now the stream buffer time input actually accepts proper input, allowing save.
This commit is contained in:
parent
faa2c42a55
commit
998abb9b16
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue