Commit 2aee74d41b0e2701b7e0dd0c55cfcaaa706de2b0
1 parent
23bdc9a8
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
interface/openlayers.htm
... | ... | @@ -157,7 +157,7 @@ i3GEO.configura.autotamanho = false; |
157 | 157 | i3GEO.Interface.ATUAL = "openlayers"; |
158 | 158 | i3GEO.Interface.IDCORPO = "contemImg"; |
159 | 159 | //ativa ou desativa o balao de info ao clicar no mapa |
160 | -i3GEO.eventos.cliquePerm.ativo = !DetectaMobile("DetectMobileLong"); | |
160 | +i3GEO.eventos.cliquePerm.ativo = true; | |
161 | 161 | // |
162 | 162 | // |
163 | 163 | //interface alternativa se for detectado um dispositivo móvel | ... | ... |