Commit 61e1b69c093994c6313367fa6047e9128fb2056f
1 parent
df569dca
Exists in
master
and in
7 other branches
--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 | 267 | //esconde a logomarca ao finalizar o mapa |
268 | 268 | i3GEO.finaliza = function(){ |
269 | 269 | $i("i3GEOlogoMarca").style.display = "none"; |
270 | + i3GEO.mapa.insereDobraPagina("googlemaps","../imagens/dobragooglemaps.png"); | |
270 | 271 | } |
271 | 272 | i3GEO.inicia(); |
272 | 273 | |
273 | -i3GEO.mapa.insereDobraPagina("googlemaps","../imagens/dobragooglemaps.png"); | |
274 | + | |
274 | 275 | </script> |
275 | 276 | </body> |
276 | 277 | </html> | ... | ... |