diff options
author | Thomas Lange <code@nerdmind.de> | 2017-08-25 07:33:34 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-08-25 07:33:34 +0200 |
commit | 365eaacdcf9212891c4217c7df9528ecbbc8361e (patch) | |
tree | d9d467dce3ec9ba89784612e9447db8c8188fd58 /index.php | |
parent | 4c30f91c94eb739a6a82d49f635a0e2a21d73690 (diff) | |
download | bigpipe-365eaacdcf9212891c4217c7df9528ecbbc8361e.tar.gz bigpipe-365eaacdcf9212891c4217c7df9528ecbbc8361e.tar.xz bigpipe-365eaacdcf9212891c4217c7df9528ecbbc8361e.zip |
Optimization: The outsourced function "globalExecution" is no longer necessary and has been replaced by a simpler variant inside the BigPipe library.
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -37,11 +37,6 @@ require_once 'include/pagelets.php'; body{max-width:1200px;margin:0 auto;}
.text{color:white;margin-bottom:30px;padding:40px;border-radius:4px;font-weight:600;text-align:center;border:4px solid black;}
</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>
</head>
|