LSP: bugfix for saving streams with custom buffer time
This commit is contained in:
parent
40a4059f07
commit
faa2c42a55
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@
|
|||
|
||||
if(n.val() == ''){ n.focus(); return; }
|
||||
if(s.val() == ''){ s.focus(); return; }
|
||||
if((b.val() != '') && ((b.val() < 0) || (isNaN(b.val)))){ b.focus(); return; }
|
||||
if((b.val() != '') && ((b.val() < 0) || (isNaN(b.val())))){ b.focus(); return; }
|
||||
|
||||
var newname = n.val().replace(/([^a-zA-Z0-9_])/g, '').toLowerCase();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue