Browse Source

Merge branch 'master' of github.com-jlukic:Semantic-Org/Semantic-UI into next

pull/3019/head
Jack Lukic 9 years ago
parent
commit
4b33c9a129
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/behaviors/form.js

1
src/definitions/behaviors/form.js

@ -555,6 +555,7 @@ $.fn.form = function(parameters) {
},
errors: function(errors) {
module.debug('Adding form error messages', errors);
module.set.error();
$message
.html( settings.templates.error(errors) )
;

Loading…
Cancel
Save