Skip to content

Commit

Permalink
update jquery ui logic to bootstrap logic
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldpdl committed May 23, 2015
1 parent 609b44a commit f4d5b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/checkout_confirmation.php
Expand Up @@ -309,7 +309,7 @@

<script>
$('form[name="checkout_confirmation"]').submit(function() {
$('button[data-button="payNow"]').button('option', { label: '<?php echo addslashes(IMAGE_BUTTON_PAY_TOTAL_PROCESSING); ?>', disabled: true });
$('button[data-button="payNow"]').text('<?php echo addslashes(IMAGE_BUTTON_PAY_TOTAL_PROCESSING); ?>').prop('disabled', true);
});
</script>

Expand Down

0 comments on commit f4d5b7c

Please sign in to comment.