Merge pull request #6703 from jitendrapurohit/CRM-17163
[civicrm-core.git] / extern / widget.php
index 496b72ac3d712217a8612aa7a0eda6db1c537504..782ecd6996052dec50dde812b82c36bc9bad998b 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  */
 require_once '../civicrm.config.php';
@@ -55,5 +55,6 @@ $output = '
     var ' . $jsonvar . ' = ' . json_encode($data) . ';
 ';
 
+CRM_Core_Page_AJAX::setJsHeaders(60);
 echo $output;
 CRM_Utils_System::civiExit();