Skip to content

Commit 7f478da

Browse files
authored
Merge pull request #293 from Gsuz/patch-1
Update form.html.eco
2 parents 4428ee7 + a3f8ef0 commit 7f478da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/behaviors/form.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ type : 'UI Behavior'
321321
if( $('.ui.form').form('is valid', 'email')) {
322322
// email is valid
323323
}
324-
if( $('.ui.form').form('is valid') {
324+
if( $('.ui.form').form('is valid')) {
325325
// form is valid (both email and name)
326326
}
327327
</div>

0 commit comments

Comments
 (0)