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:
0e7af21
)
CRM-12966, minor typo
author
Kurund Jalmi
<kurund@civicrm.org>
Thu, 4 Jul 2013 23:02:37 +0000
(
04:32
+0530)
committer
Kurund Jalmi
<kurund@civicrm.org>
Thu, 4 Jul 2013 23:02:37 +0000
(
04:32
+0530)
templates/CRM/Badge/Form/Layout.js
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Badge/Form/Layout.js
b/templates/CRM/Badge/Form/Layout.js
index ffbdb1cbaed6fe730e590f070ba5788aa5322253..5cc15821d6b58e4e5bc307f5224e0761f763c36a 100644
(file)
--- a/
templates/CRM/Badge/Form/Layout.js
+++ b/
templates/CRM/Badge/Form/Layout.js
@@
-19,7
+19,7
@@
cj(function ($) {
});
$('.clear-image').click(function(){
- $('#' +
cj
(this).attr('imgname')).val('');
+ $('#' +
$
(this).attr('imgname')).val('');
return false;
});
});