From 46feebd77c3d3ae776b5b517aeefebee37c5e42a Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 31 Oct 2013 18:20:12 +0100 Subject: [PATCH] typos fixed --- web/briskin5/Obj/briskin5.phh | 3 +++ web/briskin5/index_wr.php | 2 +- web/commons.js | 2 +- web/index_wr.php | 5 +---- web/xynt-streaming.js | 1 + 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 99085a8..7988b8a 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -1630,6 +1630,9 @@ function show_table(&$bri, &$user, $sendstep, $is_transition, $is_again) $ret .= show_table_info(&$bri, &$table, $table_pos); $ret .= "setTimeout(preload_images, 500, g_preload_img_arr, g_imgct);"; } + else { + $ret .= "\$('imgct').innerHTML = \$('imgct').innerHTML = mlang_commons['imgload_a'][g_lang]+\"100%.\";"; + } if (!$is_again) $ret .= table_welcome($user); diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index 3ededa9..27e32d1 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -1,6 +1,6 @@ comm) != NULL); - $ret = ""; - $ret .= sprintf('gst.st_loc++; gst.st=%d; createCookie("table_idx", %d, 24*365, cookiepath); createCookie("table_token", "%s", 24*365, cookiepath); createCookie("lang", "%s", 24*365, cookiepath); xstm.stop(); window.onunload = null ; window.onbeforeunload = null ; document.location.assign("briskin5/index.php");|', $user_cur->step+1, $table_idx, $table_token, $G_lang); - - $user_cur->comm[$user_cur->step % COMM_N] = $ret; $user_cur->trans_step = $user_cur->step + 1; + $user_cur->comm[$user_cur->step % COMM_N] = sprintf('gst.st_loc++; gst.st=%d; createCookie("table_idx", %d, 24*365, cookiepath); createCookie("table_token", "%s", 24*365, cookiepath); createCookie("lang", "%s", 24*365, cookiepath); xstm.stop(); window.onunload = null ; window.onbeforeunload = null ; document.location.assign("briskin5/index.php");|', $user_cur->step+1, $table_idx, $table_token, $G_lang); log_wr("TRANS ATTIVATO"); $user_cur->stat_set('table'); diff --git a/web/xynt-streaming.js b/web/xynt-streaming.js index 507490f..7292340 100644 --- a/web/xynt-streaming.js +++ b/web/xynt-streaming.js @@ -869,6 +869,7 @@ xynt_streaming.prototype = { //xx this.hbit("+"); // alert("SINGLE: ["+singlecomm+"]"); + // window.console.log("["+singlecomm+"]"); this.cmdproc(singlecomm); again = 1; } -- 2.17.1