diff --git a/apps/showcase/src/main/webapp/WEB-INF/validation/ajaxFormSubmit.jsp b/apps/showcase/src/main/webapp/WEB-INF/validation/ajaxFormSubmit.jsp index c32780217..f30403f23 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/validation/ajaxFormSubmit.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/validation/ajaxFormSubmit.jsp @@ -63,7 +63,7 @@ *******************************************************************/ /** - * Validates given form per AJAX. To be called as onSubmit handler. + * Validates form per AJAX. To be called as onSubmit handler. * * @param event onSubmit event */ @@ -141,7 +141,6 @@ function _removeValidationErrors() { * * @param form Form containing errors. * @param errors Errors from server. - * @returns {Boolean} True if form can be submitted. */ function _handleValidationResult(form, errors) { // action errors @@ -150,7 +149,7 @@ function _handleValidationResult(form, errors) { var errorContainer = $('ul.errorMessage'); $.each(errors.errors, function(index, errorMsg) { var li = $('