Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
clientside_validation
Commits
8ce65973
Commit
8ce65973
authored
Apr 04, 2013
by
jucallme
Committed by
Jelle Sebreghts
Apr 04, 2013
Browse files
Issue #1960140 by jucallme: Fixed typo in 'Please fill in at least on of the fields'.
parent
b9bcdb89
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside_validation.js
View file @
8ce65973
...
...
@@ -1263,7 +1263,7 @@
});
});
return
ret
;
},
jQuery
.
format
(
'
Please fill in at least on of the fields
'
));
},
jQuery
.
format
(
'
Please fill in at least on
e
of the fields
'
));
// Support for phone
jQuery
.
validator
.
addMethod
(
"
phone
"
,
function
(
value
,
element
,
param
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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