removed redundant code
authorkurund <kurund@civicrm.org>
Fri, 24 Jan 2014 11:03:00 +0000 (03:03 -0800)
committerkurund <kurund@civicrm.org>
Fri, 24 Jan 2014 11:03:00 +0000 (03:03 -0800)
CRM/Contribute/Form/ContributionPage/Settings.php

index 9f6eff767b96cf6e0b245aab8af07dcd3004321a..4b0ab46472747fea076d374064de0b2f73e1be89 100644 (file)
@@ -232,7 +232,6 @@ class CRM_Contribute_Form_ContributionPage_Settings extends CRM_Contribute_Form_
     $allowSubTypes = array();
 
     $this->addProfileSelector('honoree_profile', ts('Honoree Profile'), $allowCoreTypes, $allowSubTypes, $entities);
-    CRM_UF_Page_ProfileEditor::registerProfileScripts();
     CRM_UF_Page_ProfileEditor::registerSchemas(array('OrganizationModel','HouseholdModel'));
 
     if (!empty($this->_submitValues['honor_block_is_active'])) {