X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt_test01.php;h=8c050b015328483852e91925c40d9452c308d530;hb=5d70dcb6a7c803a6ddacf872bacdf4906babcd80;hp=bfeb59c47b1da6f98378543c9f373c1cd101b31c;hpb=c35dd062490b68aa01f887afa3ddf705b3e32372;p=brisk.git diff --git a/web/xynt_test01.php b/web/xynt_test01.php index bfeb59c..8c050b0 100644 --- a/web/xynt_test01.php +++ b/web/xynt_test01.php @@ -140,7 +140,7 @@ if ($isstream == "true") { case 6: // from 1 to 9 into the innerHTML and than close if ($step == 8) { - $chunk = $transp->chunk(1, sprintf("gst.st++; \$('container').innerHTML = gst.st+\" x_x \"+(%d)", $step)); + $chunk = $transp->chunk(1, sprintf("gst.st++; \$('container').innerHTML = gst.st;")); print($chunk); // without this usleep the delay is doubled in iframe stream because // no transp.xynt_streaming back-set is performed @@ -149,7 +149,7 @@ if ($isstream == "true") { } else { for ($i = 1 ; $i < 10 ; $i++) { - $chunk = $transp->chunk($i, sprintf("gst.st++; \$('container').innerHTML = gst.st+\" _ \"+(%d)", $step)); + $chunk = $transp->chunk($i, sprintf("gst.st++; \$('container').innerHTML = gst.st;")); print($chunk); mop_flush(); if ($i < 9)