fix minor error on xynt test v4.4.1
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 10 Dec 2012 09:35:37 +0000 (10:35 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 10 Dec 2012 09:37:48 +0000 (10:37 +0100)
web/Obj/brisk.phh
web/xynt_test01.php

index f16ba02..0f6f1b0 100644 (file)
@@ -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.'), <b>NOVITA\'</b>: nuovo stream dati xhr, prima versione completa.',
index bfeb59c..8c050b0 100644 (file)
@@ -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)