Removed unused window width
This commit is contained in:
parent
89a50d132b
commit
ec6deef5e3
2 changed files with 0 additions and 2 deletions
|
|
@ -109,7 +109,6 @@ function require_mechanical_ventilation(option) {
|
|||
function require_natural_ventilation(option) {
|
||||
$("#windows_number").prop('required', option);
|
||||
$("#window_height").prop('required', option);
|
||||
$("#window_width").prop('required', option);
|
||||
$("#opening_distance").prop('required', option);
|
||||
$("#always").prop('required', option);
|
||||
$("#interval").prop('required', option);
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@
|
|||
<div id="DIVnatural_ventilation" style="display:none">
|
||||
Number of windows: <input type="number" id="windows_number" name="windows_number" min="1"><br>
|
||||
Height of window: <input type="number" step=0.01 id="window_height" name="window_height" placeholder="meters" min="0"><br>
|
||||
Width of window: <input type="number" step=0.01 id="window_width" name="window_width" placeholder="meters" min="0"><br>
|
||||
Opening distance: <input type="number" step=0.01 id="opening_distance" name="opening_distance" placeholder="meters" min="0"><br>
|
||||
Windows open: <input type="radio" id="always" name="windows_open" value="always">
|
||||
<label for="always">Always</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue