Typo in docstring
This commit is contained in:
parent
ee7e00c9a2
commit
624ea51e48
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ function validate_form(form) {
|
|||
}
|
||||
});
|
||||
|
||||
//Validate window venting duration > 60 minutes.
|
||||
//Validate window venting duration < 60 minutes.
|
||||
if (!$("#windows_duration").hasClass("disabled")) {
|
||||
var windowsDurationObj = document.getElementById("windows_duration");
|
||||
removeErrorFor(windowsDurationObj);
|
||||
|
|
|
|||
Loading…
Reference in a new issue