From fe87e0e58d3a7407f69ea8d4ca478a6f2c95c66b Mon Sep 17 00:00:00 2001 From: daniel@ruoso.com Date: Sun, 25 Oct 2009 12:46:27 +0000 Subject: [PATCH] corrige o problema das exibicoes --- Fila-Web/root/header.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fila-Web/root/header.tt b/Fila-Web/root/header.tt index 9f936b0..650db0c 100644 --- a/Fila-Web/root/header.tt +++ b/Fila-Web/root/header.tt @@ -35,10 +35,11 @@ function disconnected_so_move_away() { function check_timeout(tk) { if (timeout == 0) { + $('aviso_timeout').replace('
'); if (waiting_for) { + waiting_for = ''; timeout_callback(); } - $('aviso_timeout').replace('
'); } else { $('aviso_timeout').replace('
' + timeout + ' segundos para ' + waiting_for +'
'); -- libgit2 0.21.2