mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch '76-umbrales-de-modulos-visual' into 'develop'
fixed visual errors edit modules See merge request !195
This commit is contained in:
commit
8fbb95dbf6
@ -875,8 +875,8 @@ $(document).ready (function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
//Dynamic_options_advance;
|
//Dynamic_options_advance;
|
||||||
$('#simple-2-2').hide();
|
$('#simple-3-2').hide();
|
||||||
$('#simple-2-3').hide();
|
$('#simple-3-3').hide();
|
||||||
|
|
||||||
//paint graph stutus critical and warning:
|
//paint graph stutus critical and warning:
|
||||||
paint_graph_values();
|
paint_graph_values();
|
||||||
@ -940,12 +940,12 @@ function disabled_status (disabledBecauseInPolicy) {
|
|||||||
|
|
||||||
//Dynamic_options_advance;
|
//Dynamic_options_advance;
|
||||||
function advanced_option_dynamic() {
|
function advanced_option_dynamic() {
|
||||||
if($('#simple-2-2').is(":visible")){
|
if($('#simple-3-2').is(":visible")){
|
||||||
$('#simple-2-2').hide();
|
$('#simple-3-2').hide();
|
||||||
$('#simple-2-3').hide();
|
$('#simple-3-3').hide();
|
||||||
} else {
|
} else {
|
||||||
$('#simple-2-2').show();
|
$('#simple-3-2').show();
|
||||||
$('#simple-2-3').show();
|
$('#simple-3-3').show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user