Skip to content

Commit

Permalink
ups 😄
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Oct 2, 2014
1 parent 2dc424f commit 102052b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions media/system/js/validate-uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ var JFormValidator = function() {
if (!id) {
return false;
}

$label = $form.find('#' + id + '-lbl');
if ($label.length) {
return $label;
Expand Down Expand Up @@ -99,7 +98,7 @@ var JFormValidator = function() {
}
// Return validation state
handleResponse(true, $el);
return false;
return true;
},

isValid = function(form) {
Expand Down

0 comments on commit 102052b

Please sign in to comment.