removed unused instruction

This commit is contained in:
lrdossan 2024-09-17 16:16:08 +02:00
parent eef7bd422f
commit 7a5e33c524

View file

@ -392,11 +392,6 @@ function plotCO2Data(url) {
function submitFittingAlgorithm(url) {
if (validateCO2Form()) {
// Disable all the ventilation inputs
$("#fitting_ventilation_states, [name=fitting_ventilation_type]").prop(
"disabled",
true
);
// Disable room capacity input
$("#room_capacity").prop(
"disabled",