Commit 4c0349c56f102f84c87383d812664a7e97b92d80
1 parent
fcdf22e9
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
classesjs/classe_eventos.js
@@ -582,6 +582,7 @@ i3GEO.eventos = | @@ -582,6 +582,7 @@ i3GEO.eventos = | ||
582 | }; | 582 | }; |
583 | docMapa.ontouchend = function(exy) { | 583 | docMapa.ontouchend = function(exy) { |
584 | i3GEO.eventos.CONTATOUCH = 0; | 584 | i3GEO.eventos.CONTATOUCH = 0; |
585 | + i3GEO.eventos.cliquePerm.status = true; | ||
585 | }; | 586 | }; |
586 | docMapa.ontouchcancel = function(exy) { | 587 | docMapa.ontouchcancel = function(exy) { |
587 | i3GEO.eventos.CONTATOUCH = 0; | 588 | i3GEO.eventos.CONTATOUCH = 0; |