X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2Fwidget.php;h=782ecd6996052dec50dde812b82c36bc9bad998b;hb=ee9757af682b04af50908c38d6fb9f012989c4bd;hp=496b72ac3d712217a8612aa7a0eda6db1c537504;hpb=7d86179d7d8e91160bbb5e6643fa265198a99a2d;p=civicrm-core.git diff --git a/extern/widget.php b/extern/widget.php index 496b72ac3d..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. | | | @@ -23,12 +23,12 @@ | 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();