aboutsummaryrefslogtreecommitdiffstats
path: root/async.php
diff options
context:
space:
mode:
Diffstat (limited to 'async.php')
-rwxr-xr-xasync.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/async.php b/async.php
index 453b27f..e82c1cc 100755
--- a/async.php
+++ b/async.php
@@ -51,11 +51,6 @@ require_once 'include/pagelets.php';
.text{color:white;margin-bottom:30px;padding:40px;border-radius:4px;font-weight:600;text-align:center;border:4px solid black;}
.hidden{display:none;}
</style>
- <script>
- var globalExecution = function globalExecution(code) {
- window.execScript ? window.execScript(code) : window.eval.call(window, code);
- };
- </script>
<script src="static/bigpipe.js"></script>
<title>BigPipe Demo</title>
<!-- >>> [Additional code for the async function] -->