Skip to content

Commit

Permalink
Demo: Use correct option in multipart demo.
Browse files Browse the repository at this point in the history
Fixes #1025
  • Loading branch information
jzaefferer committed Mar 4, 2014
1 parent 1d348bd commit 070edc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/multipart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
var v = $("#cmaForm").validate({
errorClass: "warning",
onkeyup: false,
onblur: false,
onfocusout: false,
submitHandler: function() {
alert("Submitted, thanks!");
}
Expand Down

0 comments on commit 070edc7

Please sign in to comment.