Skip to content

Commit

Permalink
fixed #267
Browse files Browse the repository at this point in the history
  • Loading branch information
niceue committed Mar 11, 2018
1 parent 25dda7e commit 7e2bccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@

return isValid || (
isObject(me.messages.match)
&& me.messages.match[type].replace( '{1}', me._getDisplay( element, field2.display || key ) )
&& me.messages.match[type].replace( '{1}', me._getDisplay( elem2, field2.display || key ) )
);
},

Expand Down

0 comments on commit 7e2bccd

Please sign in to comment.