Improve visual console 2 - #15
This commit is contained in:
parent
2019c975d7
commit
3f7109c347
|
@ -1265,7 +1265,7 @@ function hiddenFields(item) {
|
|||
$("#percentile_item_row_4." + item).css('display', '');
|
||||
|
||||
$("#period_row").css('display', 'none');
|
||||
$("#period_row." + item).css('display', '');
|
||||
$("#period_row." + item).css('display', 'none');
|
||||
|
||||
$("#size_row").css('display', 'none');
|
||||
$("#size_row." + item).css('display', '');
|
||||
|
@ -1335,7 +1335,7 @@ function cleanFields(item) {
|
|||
$("input[name=top]").val(0);
|
||||
$("input[name=agent]").val('');
|
||||
$("select[name=module]").val('');
|
||||
$("input[name=process_value]").val('');
|
||||
$("select[name=process_value]").val(0);
|
||||
$("select[name=background_image]").val('');
|
||||
$("input[name=width_percentile]").val('');
|
||||
$("input[name=max_percentile]").val('');
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue