deleted input value (not necessary)

This commit is contained in:
Luis Aleixo 2023-08-11 09:25:05 +01:00
parent 5f4a9c3702
commit 9696d413bd

View file

@ -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: " +