Skip to content

Commit 217b147

Browse files
committed
new minified version
1 parent e9de65c commit 217b147

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,4 @@ $_SESSION['captcha'] = array( mt_rand(0,9), mt_rand(1, 9) );
230230
[Matt Clements](https://github.com/mattclements) (contributor)<br />
231231
[dfcplc](https://github.com/dfcplc) (contributor)<br />
232232
[Scott Gonzales](http://projects.scottsplayground.com/iri/) (URL regexp)
233+
[Repkit](https://github.com/Repkit)

example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
99

1010
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
11-
<script type="text/javascript" src="jquery.formvalidator.js"></script>
11+
<script type="text/javascript" src="jquery.formvalidator.min.js"></script>
1212

1313
<link href="style.css?upd=1.5" type="text/css" rel="stylesheet"/>
1414

formvalidator.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"form",
77
"validation"
88
],
9-
"version" : "1.5.4",
9+
"version" : "1.5.5",
1010
"author" : {
1111
"name": "Victor Jonsson",
1212
"url": "http://victorjonsson.se",

jquery.formvalidator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Documentation and issue tracking on Github <https://github.com/victorjonsson/jQuery-Form-Validator/>
66
*
77
* @license GPLv2 http://www.example.com/licenses/gpl.html
8-
* @version 1.5.dev
8+
* @version 1.5.6.dev
99
*/
1010
(function($) {
1111
$.extend($.fn, {

jquery.formvalidator.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)