Commit 3c13255e0832e7998153096e4fcf168bb0809ef2

Authored by fabricio
1 parent a1c874d3
Exists in master

jquerry para foco nos avisos

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
WebContent/js/acessibilidade.js
... ... @@ -165,3 +165,8 @@ $("#assistiva0").click(function(){
165 165 });
166 166  
167 167  
  168 +$(document).ready(function() {
  169 + $("#tituloAvisos").focus();
  170 +});
  171 +
  172 +
... ...