Commit 61e1b69c093994c6313367fa6047e9128fb2056f

Authored by Edmar Moretti
1 parent df569dca

--no commit message

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
interface/openlayers.htm
@@ -267,10 +267,11 @@ OpenLayers.ImgPath = "../pacotes/openlayers/img/"; @@ -267,10 +267,11 @@ OpenLayers.ImgPath = "../pacotes/openlayers/img/";
267 //esconde a logomarca ao finalizar o mapa 267 //esconde a logomarca ao finalizar o mapa
268 i3GEO.finaliza = function(){ 268 i3GEO.finaliza = function(){
269 $i("i3GEOlogoMarca").style.display = "none"; 269 $i("i3GEOlogoMarca").style.display = "none";
  270 + i3GEO.mapa.insereDobraPagina("googlemaps","../imagens/dobragooglemaps.png");
270 } 271 }
271 i3GEO.inicia(); 272 i3GEO.inicia();
272 273
273 -i3GEO.mapa.insereDobraPagina("googlemaps","../imagens/dobragooglemaps.png"); 274 +
274 </script> 275 </script>
275 </body> 276 </body>
276 </html> 277 </html>