Commit 3798ac66728bfd8f703d960315f7c8c90ff9eccb
1 parent
f5f7ab4e
Exists in
master
--no commit message
Showing
3 changed files
with
10 additions
and
1 deletions
Show diff stats
classesjs/classe_mapa.js
... | ... | @@ -776,7 +776,8 @@ i3GEO.mapa = |
776 | 776 | + "<div class='i3GeoTituloJanela'>" |
777 | 777 | + $trad("p3") |
778 | 778 | + "</div>"; |
779 | - janela = i3GEO.janela.cria(largura + "px", altura + "px", "", "", "", titulo, "wlegenda", false, "hd", cabecalho, minimiza); | |
779 | + janela = i3GEO.janela.cria(largura + "px", altura + "px", "", "", "", titulo, "wlegenda", false, "hd", cabecalho, minimiza,"","","","","nao"); | |
780 | + | |
780 | 781 | $i("wlegenda_corpo").style.backgroundColor = "white"; |
781 | 782 | i3GEO.mapa.legendaHTML.ID = "wlegenda_corpo"; |
782 | 783 | i3GEO.eventos.adicionaEventos("NAVEGAMAPA", [ | ... | ... |