Commit 75cffbc9b3b3f1bd071745ee90750898f8a041e3
1 parent
e7be908c
Exists in
master
and in
7 other branches
correção no javascript que não estava interrompendo o aguarde corretamente
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/busca/index.js
@@ -50,7 +50,7 @@ function procurar() | @@ -50,7 +50,7 @@ function procurar() | ||
50 | else | 50 | else |
51 | { | 51 | { |
52 | if ($i("palavra").value == "") | 52 | if ($i("palavra").value == "") |
53 | - {alert("digite uma palavra")} | 53 | + {alert("digite uma palavra");aguarde("none")} |
54 | else | 54 | else |
55 | { | 55 | { |
56 | $i("resultado").innerHTML = ""; | 56 | $i("resultado").innerHTML = ""; |