Skip to content

Commit

Permalink
Merge pull request #1420 from ravinderk/issues/1417
Browse files Browse the repository at this point in the history
Fix issues #1417
  • Loading branch information
Devin Walker committed Jan 24, 2017
2 parents a6e7702 + 9c51c35 commit 4688ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/admin/admin-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jQuery.noConflict();

new_donor: function () {

$('#give-customer-details').on('click', '.give-payment-new-customer, .give-payment-new-customer-cancel', function (e) {
$('#give-donor-details').on('click', '.give-payment-new-customer, .give-payment-new-customer-cancel', function (e) {
e.preventDefault();
$('.customer-info').toggle();
$('.new-customer').toggle();
Expand Down
Loading

0 comments on commit 4688ca5

Please sign in to comment.