We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b250ad + 1816ce5 commit 337d937Copy full SHA for 337d937
app/static/app/js/custom.js
@@ -21,7 +21,5 @@ function checkEmpty() {
21
if (input.value === "" || input.value === null) {
22
return false;
23
}
24
- else {
25
- return true;
26
- }
+ return true;
27
0 commit comments