CRM-16555 follow up fix - the credit card js got removed from membership etc forms
[civicrm-core.git] / CRM / Contribute / Form / Contribution.php
index 4719dc8ebaa9ce54de1acc04e1c9a58c8a889973..84a579b7d9e86da9c563fef1566e3bc6e12748fe 100644 (file)
@@ -290,7 +290,6 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
 
     // Set title
     if ($this->_mode) {
-      CRM_Financial_Form_Payment::addCreditCardJs();
       $this->setPageTitle($this->_ppID ? ts('Credit Card Pledge Payment') : ts('Credit Card Contribution'));
     }
     else {