Browse Source

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

pull/912/head
jlukic 11 years ago
parent
commit
932ebfc5ee
1 changed files with 1 additions and 1 deletions
  1. 2
      src/modules/behavior/form.js

2
src/modules/behavior/form.js

@ -401,7 +401,7 @@ $.fn.form = function(fields, parameters) {
type = validation.type, type = validation.type,
value = $.trim($field.val() + ''), value = $.trim($field.val() + ''),
bracketRegExp = /\[(.*?)\]/i,
bracketRegExp = /\[(.*)\]/i,
bracket = bracketRegExp.exec(type), bracket = bracketRegExp.exec(type),
isValid = true, isValid = true,
ancillary, ancillary,

Loading…
Cancel
Save