mirror of https://github.com/apache/archiva.git
prefer min version for jquery.validate
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98e535fe2b
commit
0d89fdb17d
|
@ -66,7 +66,7 @@ $.ajax({
|
||||||
"jquery.ui.widget": "jquery.ui.widget-1.9.2",
|
"jquery.ui.widget": "jquery.ui.widget-1.9.2",
|
||||||
"jquery.cookie": "jquery.cookie.1.0.0",
|
"jquery.cookie": "jquery.cookie.1.0.0",
|
||||||
"bootstrap": "bootstrap.2.2.2",
|
"bootstrap": "bootstrap.2.2.2",
|
||||||
"jquery.validate": "jquery.validate-1.11.1",
|
"jquery.validate": "jquery.validate.1.11.1.min",
|
||||||
"jquery.json": "jquery.json-2.3.min",
|
"jquery.json": "jquery.json-2.3.min",
|
||||||
"knockout": "knockout-2.3.0.debug",
|
"knockout": "knockout-2.3.0.debug",
|
||||||
"knockout.simpleGrid": "knockout.simpleGrid",
|
"knockout.simpleGrid": "knockout.simpleGrid",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
2
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/jquery.validate.1.11.1.min.js
vendored
Executable file
2
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/jquery.validate.1.11.1.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue