Commit 63ac3292ec7d4cb9b07faf29747e0b7a59cd4b6e

Authored by Edmar Moretti
1 parent 72a1106d

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