Commit bd0eb2769c467f27f5ac19360c6e363b939ef4bb
1 parent
8279fe71
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
classesjs/classe_eventos.js
... | ... | @@ -575,7 +575,8 @@ i3GEO.eventos = |
575 | 575 | i3GEO.eventos.mouseupMapa(exy); |
576 | 576 | }; |
577 | 577 | docMapa.ontouchmove = function(exy) { |
578 | - //i3GEO.eventos.cliquePerm.status = false; | |
578 | + console.error(exy) | |
579 | + i3GEO.eventos.cliquePerm.status = false; | |
579 | 580 | }; |
580 | 581 | }, |
581 | 582 | /** | ... | ... |