Commit 42e2d92d82930f994b58865534c9cc52cdd288b1

Authored by Edmar Moretti
1 parent 9eaa6d2a

-

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
interface/black_ol.htm
... ... @@ -122,7 +122,7 @@
122 122 </div>
123 123 </div>
124 124 <script>
125   - i3GEO.configura.locaplic = i3GEO.util.protocolo() + "://"
  125 + i3GEO.configura.locaplic = i3GEO.util.protocolo() + "://"
126 126 + window.location.host + "/i3geo";
127 127 i3GEO.configura.autotamanho = false;
128 128 i3GEO.Interface.ATUAL = "openlayers";
... ... @@ -142,6 +142,7 @@
142 142 ];
143 143  
144 144 i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.finaliza = 'if($i("omenudataInterface1")){i3GEOoMenuBar.getMenuItem("omenudataInterface1").cfg.setProperty("text", " ");}';
  145 +
145 146 i3GEO.cria();
146 147 i3GEO.configura.mapaRefDisplay = "none";
147 148 i3GEO.barraDeBotoes.TIPO = "olhodepeixe";
... ...