.
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
for (let i = 0; i < inputs.length; i++) {
|
for (let i = 0; i < inputs.length; i++) {
|
||||||
input = inputs.get(i);
|
input = inputs.get(i);
|
||||||
|
|
||||||
if (input.value) {
|
if (!input.value) {
|
||||||
new_inputs.push(input);
|
new_inputs.push(input);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user