force sync from /var/www/html/panel: 2025-09-08T20:36:30Z
This commit is contained in:
commit
4f717c9ee8
18119 changed files with 2566034 additions and 0 deletions
4
ControlPanel/themes/AdminLTE/plugins/jquery-validation/localization/methods_nl.min.js
vendored
Executable file
4
ControlPanel/themes/AdminLTE/plugins/jquery-validation/localization/methods_nl.min.js
vendored
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
/*! jQuery Validation Plugin - v1.19.3 - 1/9/2021
|
||||
* https://jqueryvalidation.org/
|
||||
* Copyright (c) 2021 Jörn Zaefferer; Licensed MIT */
|
||||
!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.methods,{date:function(a,b){return this.optional(b)||/^\d\d?[\.\/\-]\d\d?[\.\/\-]\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)}}),a});
|
||||
Loading…
Add table
Add a link
Reference in a new issue