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) {
|
||||
if ($("#advance_options").css('display') == 'none') {
|
||||
$("#advance_options").css('display', '');
|
||||
$("#advance_options *").css('display', '');
|
||||
}
|
||||
else {
|
||||
$("#advance_options").css('display', 'none');
|
||||
|
|
Loading…
Reference in New Issue