Commit af49d1be9d16c1503d17da1b91586d22aa06b63a
1 parent
9d981802
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 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", [ | ... | ... |