Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-10-14-11-24-52
[civicrm-core.git] / templates / CRM / Contribute / Form / Contribution / Main.tpl
index 8317871f15c05e538639417c1b7b9f0baef2e8cd..4a64c72409368facb2a4cd1b364391f75a87a54d 100644 (file)
       var total_amount_tmp =  $(this).data('raw-total'); 
       // Hide billing questions if this is free
       if (total_amount_tmp == 0){
-        cj("#billing-payment-block").hide(); 
+        cj("#billing-payment-block").hide();
+        cj(".payment_options-group").hide();  
       } 
       else {
-        cj("#billing-payment-block").show(); 
+        cj("#billing-payment-block").show();
+        cj(".payment_options-group").show(); 
       }
     }