Skip to content

Commit

Permalink
Fix issues impress-org#1417
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Jan 24, 2017
1 parent 7e35329 commit b21077a
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 b21077a

Please sign in to comment.