Merge pull request #7095 from mjwright/online-pledge-payment-fix
[civicrm-core.git] / extern / widget.php
index b294d043a677d9e5d5d184cafa4e0524bae03b8d..4d7b04eb71a174391d4d903fc5e4936d10726a38 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
@@ -56,5 +56,6 @@ $output = '
     var ' . $jsonvar . ' = ' . json_encode($data) . ';
 ';
 
+CRM_Core_Page_AJAX::setJsHeaders(60);
 echo $output;
 CRM_Utils_System::civiExit();