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:
84b246d
)
CRM-14088:Fixed selector to show lines to add more softcredits in new contribution...
author
Maggie
<maggie.epps@gmail.com>
Fri, 17 Jan 2014 21:26:28 +0000
(16:26 -0500)
committer
Maggie
<maggie.epps@gmail.com>
Fri, 17 Jan 2014 21:26:28 +0000
(16:26 -0500)
templates/CRM/Contribute/Form/SoftCredit.js
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Contribute/Form/SoftCredit.js
b/templates/CRM/Contribute/Form/SoftCredit.js
index 9be83558a070b180cabab0c7e2f349a6e6113d85..2410d4baa7ea8a37226dab14f03fbc7569376d2c 100644
(file)
--- a/
templates/CRM/Contribute/Form/SoftCredit.js
+++ b/
templates/CRM/Contribute/Form/SoftCredit.js
@@
-12,7
+12,7
@@
cj(function($) {
}
$('#addMoreSoftCredit').click(function(){
- $('.crm-
soft-credit-block tr.hiddenElement
:first').show().removeClass('hiddenElement');
+ $('.crm-
contribution-form-block-soft_credit_to tr.hiddenElement').filter('
:first').show().removeClass('hiddenElement');
if ( $('.crm-soft-credit-block tr.hiddenElement').length < 1 ) {
$('#addMoreSoftCredit').hide();
}