Skip to content

Commit

Permalink
fix for email validator bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wwalser committed Dec 6, 2010
1 parent febd93f commit d2a2372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/validation.js
Expand Up @@ -18,6 +18,7 @@ $(document).ready(function() {
success: function(data) {
// did validation pass?
data = $.parseJSON(data);
console.log(data);
if (data.valid) {
return true;
} else {
Expand Down

0 comments on commit d2a2372

Please sign in to comment.