Skip to content

Commit 1f87bd4

Browse files
committed
Merge pull request #8584 from ydrant/patch-1
[ABIDE] Documentation : Fix message when the form is valid
2 parents 5e0b3b4 + ae59af3 commit 1f87bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/abide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ $(document)
181181
})
182182
// form validation passed, form will submit if submit event not returned false
183183
.on("formvalid.zf.abide", function(ev,frm) {
184-
console.log("Form id "+frm.attr('id')+" is invalid");
184+
console.log("Form id "+frm.attr('id')+" is valid");
185185
// ajax post form
186186
})
187187
// to prevent form from submitting upon successful validation

0 commit comments

Comments
 (0)