Commit 064e78eccfe6abb3c2c0ff260bd62a9eaacd80c0
1 parent
2c1d883f
Exists in
master
and in
7 other branches
Correção do link de ajuda
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/preferencias/index.js
... | ... | @@ -579,7 +579,7 @@ i3GEOF.preferencias = { |
579 | 579 | i3GEO.janela.minimiza("i3GEOF.preferencias"); |
580 | 580 | }; |
581 | 581 | //cria a janela flutuante |
582 | - titulo = $trad("x86")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=1&idajuda=3' > </a>"; | |
582 | + titulo = $trad("x86")+" <a class=ajuda_usuario target=_blank href='" + i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=1&idajuda=115' > </a>"; | |
583 | 583 | janela = i3GEO.janela.cria( |
584 | 584 | "400px", |
585 | 585 | "300px", | ... | ... |