Commit 63ac3292ec7d4cb9b07faf29747e0b7a59cd4b6e
1 parent
72a1106d
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,10 +575,11 @@ i3GEO.eventos = |
575 | 575 | i3GEO.eventos.mouseupMapa(exy); |
576 | 576 | }; |
577 | 577 | docMapa.ontouchmove = function(exy) { |
578 | + console.warn(exy) | |
578 | 579 | i3GEO.eventos.cliquePerm.status = false; |
579 | 580 | }; |
580 | 581 | docMapa.ontouchend = function(exy) { |
581 | - console.warn(exy) | |
582 | + //console.warn(exy) | |
582 | 583 | }; |
583 | 584 | }, |
584 | 585 | /** | ... | ... |