Commit 4c0349c56f102f84c87383d812664a7e97b92d80

Authored by Edmar Moretti
1 parent fcdf22e9

--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 582 };
583 583 docMapa.ontouchend = function(exy) {
584 584 i3GEO.eventos.CONTATOUCH = 0;
  585 + i3GEO.eventos.cliquePerm.status = true;
585 586 };
586 587 docMapa.ontouchcancel = function(exy) {
587 588 i3GEO.eventos.CONTATOUCH = 0;
... ...