deleted input value (not necessary)
This commit is contained in:
parent
5f4a9c3702
commit
9696d413bd
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ function displayFittingData(json_response) {
|
|||
$("#CO2_data_plot").attr("src", json_response["CO2_plot"]);
|
||||
// Not needed for the form submission
|
||||
delete json_response["CO2_plot"];
|
||||
delete json_response["predictive_CO2"];
|
||||
$("#CO2_fitting_result").val(JSON.stringify(json_response));
|
||||
$("#exhalation_rate_fit").html(
|
||||
"Exhalation rate: " +
|
||||
|
|
|
|||
Loading…
Reference in a new issue