Skip to content

Commit

Permalink
fixed #1180
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jan 26, 2018
1 parent 1c57c06 commit 335e3d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class EditFunctions {
});
}
editForm.find('button[type=submit]').bind('click keypress', function (event) {
triggerValidation = !jQuery(this).prop('formnovalidate');
triggerValidation = !jQuery(this).attr«/* use attr instead of prop to fix #1180 */»('formnovalidate');
});
editForm.submit(«vendorAndName»HandleFormSubmit);

Expand Down

0 comments on commit 335e3d9

Please sign in to comment.