fix error hide/show input sliced mode pandora_enterprise#9640

This commit is contained in:
daniel 2023-12-11 11:24:45 +01:00
parent a418673489
commit fd212e7c20
1 changed files with 2 additions and 0 deletions

View File

@ -2581,6 +2581,7 @@ function showPeriodicityOptions(element) {
$("#row_graph_render").hide();
$("#row_percentil").hide();
$("#MGgraphType").hide();
$("#row_unknowns_graph").hide();
} else {
$("#row_time_compare_overlapped").show();
$("#row_fullscale").show();
@ -2588,6 +2589,7 @@ function showPeriodicityOptions(element) {
$("#row_graph_render").show();
$("#row_percentil").show();
$("#MGgraphType").show();
$("#row_unknowns_graph").show();
$("#row_period_maximum").hide();
$("#row_period_minimum").hide();
$("#row_period_average").hide();