aboutsummaryrefslogtreecommitdiffstats
path: root/async.php
diff options
context:
space:
mode:
Diffstat (limited to 'async.php')
-rw-r--r--async.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/async.php b/async.php
index 3d444c8..a82c91a 100644
--- a/async.php
+++ b/async.php
@@ -29,7 +29,7 @@ require_once 'include/pagelets.php';
<!-- >>> [Additional code for the async function] -->
<script>
var Application = {
- bigPipeEnabled: <?=json_encode(BigPipe\BigPipe::enabled())?>,
+ bigPipeEnabled: <?=json_encode(BigPipe\BigPipe::isEnabled())?>,
placeholderHTML: function(HTML) {
document.getElementById('placeholder_container').innerHTML = HTML;