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
2c3b3bfa
Commit
2c3b3bfa
authored
Nov 04, 2013
by
morningtime
Committed by
jelles
Nov 04, 2013
Browse files
Issue #2127093 by morningtime: Conflict with rules module.
parent
9d564fc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
clientside_validation.js
clientside_validation.js
+6
-0
No files found.
clientside_validation.js
View file @
2c3b3bfa
...
...
@@ -28,6 +28,9 @@
}
}
else
{
if
(
typeof
(
Drupal
.
settings
.
clientsideValidation
.
forms
)
===
'
undefined
'
)
{
return
;
}
var
update
=
false
;
jQuery
.
each
(
Drupal
.
settings
.
clientsideValidation
.
forms
,
function
(
f
)
{
if
(
$
(
context
).
find
(
'
#
'
+
f
).
length
||
$
(
context
).
is
(
'
#
'
+
f
))
{
...
...
@@ -193,6 +196,9 @@
Drupal
.
clientsideValidation
.
prototype
.
bindForms
=
function
(){
var
self
=
this
;
var
groupkey
;
if
(
typeof
(
self
.
forms
)
===
'
undefined
'
)
{
return
;
}
self
.
time
.
start
(
'
2. bindForms
'
);
// unset invalid forms
jQuery
.
each
(
self
.
forms
,
function
(
f
)
{
...
...
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