forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
9
html/wp-content/plugins/post-smtp/script/jquery-validate/localization/methods_pt.js
vendored
Normal file
9
html/wp-content/plugins/post-smtp/script/jquery-validate/localization/methods_pt.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Localized default methods for the jQuery validation plugin.
|
||||
* Locale: PT_BR
|
||||
*/
|
||||
jQuery.extend( jQuery.validator.methods, {
|
||||
date: function( value, element ) {
|
||||
return this.optional( element ) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test( value );
|
||||
}
|
||||
} );
|
||||
Reference in New Issue
Block a user