Skip to content

Commit c846665

Browse files
mawinter69timja
andauthored
Apply suggestions from code review
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
1 parent 1d7f4fe commit c846665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

war/src/main/webapp/scripts/hudson-behavior.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ function registerValidator(e) {
701701
}
702702

703703
var checker = function () {
704-
if (e.disabled) {
704+
if (this.disabled) {
705705
return;
706706
}
707707
const validationArea = this.targetElement;

0 commit comments

Comments
 (0)