Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
REmoved resetting of the confirm button
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Mar 7, 2017
1 parent 67a3f08 commit ed05c9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion catalog/view/theme/default/template/payment/paynl3.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ if(!empty($optionSubList)){
$('#button-confirm').button('loading');
},
complete: function () {
$('#button-confirm').button('reset');
},
success: function (json) {
$('.alert').remove();
Expand Down
3 changes: 1 addition & 2 deletions catalog/view/theme/payment/paynl3.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ if(!empty($optionSubList)){
beforeSend: function () {
$('#button-confirm').button('loading');
},
complete: function () {
$('#button-confirm').button('reset');
complete: function () {
},
success: function (json) {
$('.alert').remove();
Expand Down

0 comments on commit ed05c9c

Please sign in to comment.