Skip to content

Commit 85325ad

Browse files
committed
Update demo-batch-async-on-demand.php
Fixed $url variable
1 parent cf89393 commit 85325ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/demo-batch-async-on-demand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
echo <<<HTML
113113
<script type="text/javascript">
114114
function openLink () {
115-
window.open(${url}, '_blank', 'location=yes,height=570,width=520,scrollbars=yes,status=yes');
115+
window.open({$url}, '_blank', 'location=yes,height=570,width=520,scrollbars=yes,status=yes');
116116
window.setTimeout(function () {window.location = window.location.pathname;}, 5000);
117117
}
118118
</script>

0 commit comments

Comments
 (0)