projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdd932
)
CRM-17126 - Add js headers for contribution widget
author
Coleman Watts
<coleman@civicrm.org>
Wed, 2 Sep 2015 03:30:53 +0000
(20:30 -0700)
committer
Coleman Watts
<coleman@civicrm.org>
Wed, 2 Sep 2015 03:30:53 +0000
(20:30 -0700)
extern/widget.php
patch
|
blob
|
blame
|
history
diff --git
a/extern/widget.php
b/extern/widget.php
index 92686dc77886ab540ae12e056bcfaa5d8ed96501..782ecd6996052dec50dde812b82c36bc9bad998b 100644
(file)
--- 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();