From 5b79ee48f85fc99006cac0dfb994d7b6286c3c21 Mon Sep 17 00:00:00 2001 From: Kermeson Date: Mon, 26 Oct 2009 13:41:12 -0300 Subject: [PATCH] Correção do bug, na exibição das mensagens de transição de estado --- 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