LSP - bugfix - hard/soft limits without a capital letter
This commit is contained in:
parent
211eb38613
commit
d421c55daa
1 changed files with 2 additions and 2 deletions
|
@ -749,9 +749,9 @@ function showTab(tabName,streamName) {
|
|||
).append(
|
||||
$('<label>').text('Type:').attr('for','limit-type').append(
|
||||
$('<select>').attr('id','limit-type').attr('objpath',objpath+'.type').addClass('isSetting').html(
|
||||
$('<option>').text('Soft')
|
||||
$('<option>').value('soft').text('Soft')
|
||||
).append(
|
||||
$('<option>').text('Hard')
|
||||
$('<option>').value('hard').text('Hard')
|
||||
)
|
||||
)
|
||||
).append(
|
||||
|
|
Loading…
Add table
Reference in a new issue