Commit 1b5097291a23db6ed2cfb5ba8f93d9659e4f454a
1 parent
4d90f3a3
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/perfil/index.js.php
... | ... | @@ -167,7 +167,7 @@ i3GEOF.perfil = { |
167 | 167 | i3GEO.util.scriptTag(js,"i3GEOF.perfil.iniciaGrafico()","i3GEOF.graficointerativo_script"); |
168 | 168 | } |
169 | 169 | //é obrigado mostrar o mapa do google quando o perfil usa o google |
170 | - if($i("i3GEOFperfilFonteGoogle").checked === true){ | |
170 | + if($i("i3GEOFperfilFonteGoogle").checked === true && i3GEO.Interface.ATUAL !== "googlemaps"){ | |
171 | 171 | i3GEO.navega.dialogo.google(i3GEOF.perfil.listaPontos(true).split(",")); |
172 | 172 | } |
173 | 173 | } | ... | ... |