Commit 3798ac66728bfd8f703d960315f7c8c90ff9eccb

Authored by Edmar Moretti
1 parent f5f7ab4e
Exists in master

--no commit message

aplicmap/.htaccess 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +<FilesMatch ".*\.(map)$" >
  2 + Order Deny,Allow
  3 + Deny from all
  4 +</FilesMatch>
... ...
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", [
... ...
temas/.htaccess 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +<FilesMatch ".*\.(map)$" >
  2 + Order Deny,Allow
  3 + Deny from all
  4 +</FilesMatch>
... ...