From: Coleman Watts Date: Wed, 2 Sep 2015 03:30:53 +0000 (-0700) Subject: CRM-17126 - Add js headers for contribution widget X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8439c37273420c9049f942e298862ed3d0846b6f;p=civicrm-core.git CRM-17126 - Add js headers for contribution widget --- diff --git a/extern/widget.php b/extern/widget.php index 92686dc778..782ecd6996 100644 --- a/extern/widget.php +++ b/extern/widget.php @@ -55,5 +55,6 @@ $output = ' var ' . $jsonvar . ' = ' . json_encode($data) . '; '; +CRM_Core_Page_AJAX::setJsHeaders(60); echo $output; CRM_Utils_System::civiExit();