Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
25f83d3a
Commit
25f83d3a
authored
11 years ago
by
colemanw
Browse files
Options
Downloads
Plain Diff
Merge pull request #753 from pratik-joshi/CRM-12570-fix
CRM-12570 fix
parents
6a684a5f
f2a70336
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/CRM/Form/validate.tpl
+4
-4
4 additions, 4 deletions
templates/CRM/Form/validate.tpl
with
4 additions
and
4 deletions
templates/CRM/Form/validate.tpl
+
4
−
4
View file @
25f83d3a
...
...
@@ -73,10 +73,10 @@ cj(function($) {
$
(
"
#
{
$form.formName
}
"
).
validate
(
params
);
{
literal
}
// Call any post-initialization callbacks
if
(
CRM
.
validate
&&
CRM
.
validate
.
functions
)
{
for
(
var
i
in
CRM
.
validate
.
functions
)
{
CRM
.
validate
.
functions
[
i
]
();
}
if
(
CRM
.
validate
&&
CRM
.
validate
.
functions
.
length
)
{
$
.
each
(
CRM
.
validate
.
functions
,
function
(
i
,
func
)
{
func
();
}
);
}
{/
literal
}
{/
if
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment