Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
clientside_validation
Commits
c53dbe5f
Commit
c53dbe5f
authored
Apr 11, 2012
by
Jelle Sebreghts
Browse files
Issue #1516274 by LeoDoms: Clash between "Hierarchical select" and "Clientside validation" module.
parent
09f8f007
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside_validation.js
View file @
c53dbe5f
...
...
@@ -7,7 +7,7 @@
else
{
var
update
=
false
;
jQuery
.
each
(
Drupal
.
settings
.
clientsideValidation
.
forms
,
function
(
f
)
{
if
(
$
(
context
).
find
(
'
#
'
+
f
).
length
||
$
(
context
).
attr
(
'
id
'
)
==
f
)
{
if
(
$
(
context
).
find
(
'
#
'
+
f
).
length
||
$
(
context
).
is
(
'
#
'
+
f
)
)
{
update
=
true
;
}
});
...
...
Write
Preview
Supports
Markdown
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