From 75cffbc9b3b3f1bd071745ee90750898f8a041e3 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Thu, 13 Mar 2008 17:32:35 +0000 Subject: [PATCH] correção no javascript que não estava interrompendo o aguarde corretamente --- ferramentas/busca/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferramentas/busca/index.js b/ferramentas/busca/index.js index 2700edb..075f002 100644 --- a/ferramentas/busca/index.js +++ b/ferramentas/busca/index.js @@ -50,7 +50,7 @@ function procurar() else { if ($i("palavra").value == "") - {alert("digite uma palavra")} + {alert("digite uma palavra");aguarde("none")} else { $i("resultado").innerHTML = ""; -- libgit2 0.21.2