removed unused instruction
This commit is contained in:
parent
eef7bd422f
commit
7a5e33c524
1 changed files with 0 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue