LSP: debug can also have a default state

This commit is contained in:
cat 2014-06-18 12:57:12 +02:00 committed by Thulinma
parent a08e0de7fc
commit cb6cb45690

View file

@ -154,6 +154,8 @@ function showTab(tabName,streamName) {
).append(
$('<label>').text('Debug level:').append(
$('<select>').attr('id','settings-config-debug').addClass('isSetting').append(
$('<option>').val('').text('Default')
).append(
$('<option>').val(0).text('0 - All debugging messages disabled')
).append(
$('<option>').val(1).text('1 - Messages about failed operations')