From 9ab060c9b70ac285727871e3f79a4ba144620b2b Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 20 Aug 2013 08:51:56 +0200 Subject: [PATCH] logging for xynt_streaming turned off and updated the version --- web/Obj/brisk.phh | 6 +++--- web/index.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 090aa8d..7bea78c 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -141,12 +141,12 @@ $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.9.1"; +$G_brisk_version = "4.9.2"; /* MLANG: ALL THE INFO STRINGS IN brisk.phh */ -$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': aggiunto WebSocket come sistema preferenziale di comunicazione e corretti un paio di bug.', +$root_wellarr = array( 'it' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NOVITA\': aggiunto WebSocket come sistema preferenziale di comunicazione e corretto qualche bug.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ), - 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: added WebSocket as preferential communication system and fixed a couple of bugs.', + 'en' => array ( 'Brisk (Ver. '.$G_brisk_version.'), NEWS: added WebSocket as preferential communication system and fixed some bug.', 'If you want to subscribe our Mailing List, click it!' ) ); $G_room_help = array( 'it' => ' diff --git a/web/index.php b/web/index.php index a3d283f..86b2354 100644 --- a/web/index.php +++ b/web/index.php @@ -1066,7 +1066,7 @@ else { ?> sess = ""; -xstm = new xynt_streaming(window, "", 80, 2, console, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); +xstm = new xynt_streaming(window, "", 80, 2, null /* console */, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); xstm.hbit_set(heartbit); tra = new train($('room_tit')); window.onunload = onunload_cb; -- 2.17.1