Fixed "avg only" in module graphs. Ticket #2740
This commit is contained in:
parent
c5069de8ad
commit
5c1fdcde8a
|
@ -92,10 +92,10 @@ $id = get_parameter('id');
|
|||
|
||||
function show_others() {
|
||||
if (!$("#checkbox-avg_only").attr('checked')) {
|
||||
$("#hidden-show_other").val(1);
|
||||
$("#hidden-show_other").val(0);
|
||||
}
|
||||
else {
|
||||
$("#hidden-show_other").val(0);
|
||||
$("#hidden-show_other").val(1);
|
||||
}
|
||||
}
|
||||
//-->
|
||||
|
|
Loading…
Reference in New Issue