From 5d70dcb6a7c803a6ddacf872bacdf4906babcd80 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 10 Dec 2012 10:35:37 +0100 Subject: [PATCH] fix minor error on xynt test --- web/Obj/brisk.phh | 2 +- web/xynt_test01.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index f16ba02..0f6f1b0 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -140,7 +140,7 @@ $mlang_brisk = array( 'btn_backstand'=> array( 'it' => 'torna in piedi', $G_lng = langtolng($G_lang); $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "4.4.0"; +$G_brisk_version = "4.4.1"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ $root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': nuovo stream dati xhr, prima versione completa.', 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) -- 2.17.1