Merge pull request #929 from thenbrent/paybox-js-patch
Checkout Payment Box JS Tweak
This commit is contained in:
commit
7a96a9293c
|
@ -626,7 +626,7 @@ jQuery(document).ready(function($) {
|
|||
}
|
||||
|
||||
$('.payment_methods input.input-radio').live('click', function(){
|
||||
$('div.payment_box').hide();
|
||||
$('div.payment_box').filter(':visible').slideUp();
|
||||
if ($(this).is(':checked')) {
|
||||
$('div.payment_box.' + $(this).attr('ID')).slideDown();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue