mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Remove old validation system
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
/*
|
||||
* Localized default methods for the jQuery validation plugin.
|
||||
* Locale: NL
|
||||
*/
|
||||
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