Skip to content

Commit

Permalink
new minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjonsson committed Jun 12, 2013
1 parent e9de65c commit 217b147
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,4 @@ $_SESSION['captcha'] = array( mt_rand(0,9), mt_rand(1, 9) );
[Matt Clements](https://github.com/mattclements) (contributor)<br />
[dfcplc](https://github.com/dfcplc) (contributor)<br />
[Scott Gonzales](http://projects.scottsplayground.com/iri/) (URL regexp)
[Repkit](https://github.com/Repkit)
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

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

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

Expand Down
2 changes: 1 addition & 1 deletion formvalidator.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"form",
"validation"
],
"version" : "1.5.4",
"version" : "1.5.5",
"author" : {
"name": "Victor Jonsson",
"url": "http://victorjonsson.se",
Expand Down
2 changes: 1 addition & 1 deletion jquery.formvalidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Documentation and issue tracking on Github <https://github.com/victorjonsson/jQuery-Form-Validator/>
*
* @license GPLv2 http://www.example.com/licenses/gpl.html
* @version 1.5.dev
* @version 1.5.6.dev
*/
(function($) {
$.extend($.fn, {
Expand Down
4 changes: 2 additions & 2 deletions jquery.formvalidator.min.js

Large diffs are not rendered by default.

0 comments on commit 217b147

Please sign in to comment.