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
c7e90dbf
Commit
c7e90dbf
authored
Apr 05, 2013
by
Peter Droogmans
Browse files
Issue #1959434 by jm.federico: Fixed Empty "forms" settings for first form breaks validation.
parent
4bf5b2d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
clientside_validation.js
clientside_validation.js
+2
-2
No files found.
clientside_validation.js
View file @
c7e90dbf
...
...
@@ -113,10 +113,10 @@
* @readonly
* @private
*/
this
.
data
=
Drupal
.
settings
.
clientsideValidation
;
this
.
data
=
$
.
extend
(
true
,
{},
Drupal
.
settings
.
clientsideValidation
)
;
/**
* local
copy
of all defined forms
* local
reference
of all defined forms
* @memberof Drupal.clientsideValidation
* @type array
* @readonly
...
...
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