LSP - bugfix - hard/soft limits without a capital letter

This commit is contained in:
cat 2014-01-09 12:01:38 +01:00 committed by Thulinma
parent 211eb38613
commit d421c55daa

View file

@ -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(