Skip to content

Commit

Permalink
Merge branch '4.0-dev' into j4finder_sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar authored Apr 21, 2018
2 parents 7dd2bea + 5bcf617 commit 7716cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/system/js/fields/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ var JFormValidator = function() {
if ((handler) && (handler !== 'none') && (handlers[handler]) && el.value) {
// Execute the validation handler and return result
if (handlers[handler].exec(el.value, el) !== true) {
handleResponse(false, el, 'value');
handleResponse(false, el, 'invalid_value');
return false;
}
}
Expand Down
2 changes: 1 addition & 1 deletion media/system/js/fields/validate.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7716cd6

Please sign in to comment.