mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fix advanced options section in donut grpahs of visual consoles - #1899
This commit is contained in:
parent
bb313fc6c6
commit
38c6099664
@ -35,6 +35,7 @@ var img_handler_end;
|
|||||||
function toggle_advance_options_palette(close) {
|
function toggle_advance_options_palette(close) {
|
||||||
if ($("#advance_options").css('display') == 'none') {
|
if ($("#advance_options").css('display') == 'none') {
|
||||||
$("#advance_options").css('display', '');
|
$("#advance_options").css('display', '');
|
||||||
|
$("#advance_options *").css('display', '');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$("#advance_options").css('display', 'none');
|
$("#advance_options").css('display', 'none');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user