Commit 3b179a6185942127aead141fbeae7c07743b17fc
1 parent
8638137d
Exists in
master
Criação de uma nova classe!
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
WebContent/js/acessibilidade.js
@@ -169,4 +169,8 @@ $(document).ready(function() { | @@ -169,4 +169,8 @@ $(document).ready(function() { | ||
169 | $("#tituloAvisos").focus(); | 169 | $("#tituloAvisos").focus(); |
170 | }); | 170 | }); |
171 | 171 | ||
172 | +$(document).ready(function() { | ||
173 | + $("#mensagemErroCampoVazio_valorHash").focus(); | ||
174 | +}); | ||
175 | + | ||
172 | 176 |