Commit 8279fe71827764d13aea2e47e33ac0128c23fec0
1 parent
a149eea7
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
classesjs/classe_eventos.js
... | ... | @@ -575,12 +575,7 @@ i3GEO.eventos = |
575 | 575 | i3GEO.eventos.mouseupMapa(exy); |
576 | 576 | }; |
577 | 577 | docMapa.ontouchmove = function(exy) { |
578 | - console.info("touchmove") | |
579 | - i3GEO.eventos.cliquePerm.status = false; | |
580 | - }; | |
581 | - docMapa.ontouchclick = function(exy) { | |
582 | - console.info("touchclick") | |
583 | - i3GEO.eventos.cliquePerm.status = true; | |
578 | + //i3GEO.eventos.cliquePerm.status = false; | |
584 | 579 | }; |
585 | 580 | }, |
586 | 581 | /** | ... | ... |