Some fixes in the visual console.
This commit is contained in:
parent
f1185c6db9
commit
062817ca09
|
@ -1356,7 +1356,6 @@ function setPercentileBubble(id_data, values) {
|
|||
parameter.push ({name: "id_element", value: id_data});
|
||||
parameter.push ({name: "value_show", value: values['value_show']});
|
||||
jQuery.ajax({
|
||||
async: false,
|
||||
url: get_url_ajax(),
|
||||
data: parameter,
|
||||
type: "POST",
|
||||
|
|
Loading…
Reference in New Issue