Skip to content

Commit 337d937

Browse files
authored
Merge branch 'master' into custom-error
2 parents 2b250ad + 1816ce5 commit 337d937

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/static/app/js/custom.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ function checkEmpty() {
2121
if (input.value === "" || input.value === null) {
2222
return false;
2323
}
24-
else {
25-
return true;
26-
}
24+
return true;
2725
}

0 commit comments

Comments
 (0)