From 3cd7077c42961c124b800a307698b19846d94826 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 22 Nov 2008 10:46:13 +0000 Subject: [PATCH] max len input bug fixed --- web/briskin5/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/briskin5/index.php b/web/briskin5/index.php index df75a97..1a08604 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -84,6 +84,7 @@ window.onload = function() { xhr_rd = createXMLHttpRequest(); sess = ""; + window.onbeforeunload = onbeforeunload_cb; window.onunload = onunload_cb; setTimeout(xhr_rd_poll, 0, sess); @@ -228,7 +229,7 @@ Hai vinto l'asta.
Scegli il seme:
- +
-- 2.17.1