X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2Fwidget.php;h=782ecd6996052dec50dde812b82c36bc9bad998b;hb=ee9757af682b04af50908c38d6fb9f012989c4bd;hp=f322278c718a3925fd0f6db141671f6aa05d7ab1;hpb=bc5479b705c153c5cd02a10b1cca400ac78d493b;p=civicrm-core.git diff --git a/extern/widget.php b/extern/widget.php index f322278c71..782ecd6996 100644 --- a/extern/widget.php +++ b/extern/widget.php @@ -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. | | | @@ -28,7 +28,7 @@ /** * * @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();