projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0075def
)
-- Fix for broken js on form
author
Nileema
<nileema@nileema.(none)>
Tue, 15 Jul 2014 07:44:49 +0000
(13:14 +0530)
committer
Nileema
<nileema@nileema.(none)>
Tue, 15 Jul 2014 07:46:07 +0000
(13:16 +0530)
templates/CRM/Form/validate.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Form/validate.tpl
b/templates/CRM/Form/validate.tpl
index 824106828d2d585b2075ed50f610dc9563b30f5f..852a2b7c2177c1d36df049b16b3625a12c69dc32 100644
(file)
--- a/
templates/CRM/Form/validate.tpl
+++ b/
templates/CRM/Form/validate.tpl
@@
-30,7
+30,7
@@
{literal}
<script type="text/javascript">
CRM.$(function($) {
- $("#{
$form.formName
}").crmValidate();
+ $("#{
/literal}{$form.formName}{literal
}").crmValidate();
});
</script>
{/literal}