Commit b4445c9285b2c2e881cdc09d2eb3038cf1253e07
1 parent
9c0a2012
Exists in
master
and in
7 other branches
Correção do link da ajuda
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ferramentas/cortina/index.js
... | ... | @@ -152,7 +152,7 @@ i3GEOF.cortina = { |
152 | 152 | var janela,divid,temp,titulo; |
153 | 153 | i3GEOF.cortina.tema = tema; |
154 | 154 | //cria a janela flutuante |
155 | - titulo = $trad("t42")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=5&idajuda=86' > </a>"; | |
155 | + titulo = $trad("t42")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=5&idajuda=90' > </a>"; | |
156 | 156 | janela = i3GEO.janela.cria( |
157 | 157 | "230px", |
158 | 158 | "60px", |
... | ... | @@ -291,4 +291,4 @@ i3GEOF.cortina = { |
291 | 291 | "ligados" |
292 | 292 | ); |
293 | 293 | } |
294 | -}; | |
295 | 294 | \ No newline at end of file |
295 | +}; | ... | ... |