Merge pull request #12639 from aniesshsethh/issue_314
[civicrm-core.git] / templates / CRM / Contribute / Form / UpdateSubscription.tpl
index ee71492bd6e5450b97fca99da20b210ba3877bd1..3e45a885a5b6283082242658efbb2a15a0c549e0 100644 (file)
@@ -2,7 +2,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2018                                |
+ | Copyright CiviCRM LLC (c) 2004-2019                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
     {/if}
   </table>
 
-  <div id="customData"></div>
-  {*include custom data js file*}
-  {include file="CRM/common/customData.tpl"}
-  {literal}
-    <script type="text/javascript">
-      CRM.$(function($) {
-        {/literal}
-        CRM.buildCustomData( '{$customDataType}' );
-        {literal}
-      });
-    </script>
-  {/literal}
+  {include file="CRM/common/customDataBlock.tpl"}
 
   <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
 </div>