Commit e0c2373f by Jim Abramson

Merge pull request #118 from edx/jsa/xcom-344-fix

Fix broken "confirm" button in modal.
parents 5064886b d3445108
...@@ -32,7 +32,7 @@ $(document).ready(function () { ...@@ -32,7 +32,7 @@ $(document).ready(function () {
'icon-exclamation-sign', 'icon-exclamation-sign',
'Failed to process refund #' + refund_id + ': ' + errorThrown + '. Please try again, or contact the E-Commerce Development Team.' 'Failed to process refund #' + refund_id + ': ' + errorThrown + '. Please try again, or contact the E-Commerce Development Team.'
); );
}).always(function () {
// Re-enable the button // Re-enable the button
$btn.click(processRefund); $btn.click(processRefund);
$btn.removeClass('disabled'); $btn.removeClass('disabled');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment