Merge pull request #929 from thenbrent/paybox-js-patch

Checkout Payment Box JS Tweak
This commit is contained in:
Mike Jolley 2012-04-16 06:09:18 -07:00
commit 7a96a9293c
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}