-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Item11175: upgrade JQueryValidate to 1.9.0
git-svn-id: http://svn.foswiki.org/branches/Release01x01@15203 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
- Loading branch information
GeorgeClark
authored and
GeorgeClark
committed
Jul 26, 2012
1 parent
3429a5b
commit 7aad93b
Showing
14 changed files
with
251 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
JQueryPlugin/pub/System/JQueryPlugin/plugins/validate/jquery.validate.1.9.uncompressed.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- jquery.validate.uncompressed.js.orig 2012-07-11 12:26:44.873391681 +0200 | ||
+++ jquery.validate.uncompressed.js 2012-07-11 12:26:03.741391195 +0200 | ||
@@ -979,6 +979,7 @@ | ||
validator.prepareElement(element); | ||
validator.formSubmitted = submitted; | ||
validator.successList.push(element); | ||
+ delete validator.invalid[element.name]; | ||
validator.showErrors(); | ||
} else { | ||
var errors = {}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.