Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
clientside_validation
Commits
5c456132
Commit
5c456132
authored
Oct 14, 2016
by
undertext
Committed by
Jelle Sebreghts
Oct 14, 2016
Browse files
Issue #2293259 by skadu, JeroenT, undertext: Issues Validating Hidden Fields (Chosen Plugin)
parent
ceb1d060
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
clientside_validation.js
clientside_validation.js
+1
-1
No files found.
clientside_validation.js
View file @
5c456132
...
...
@@ -601,7 +601,7 @@
}
}
else
{
validate_options
.
ignore
+=
'
, .horizontal-tab-hidden :input
'
;
validate_options
.
ignore
+=
(
validate_options
.
ignore
===
''
)
?
'
.horizontal-tab-hidden :input
'
:
'
, .horizontal-tab-hidden :input
'
;
}
//Since we can only give boolean false to onsubmit, onfocusout and onkeyup, we need
//a lot of if's (boolean true can not be passed to these properties).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment