Commit 8751a49f3a3c74de7cb7438237321ab790ddbea7
1 parent
18479e15
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesjs/classe_eventos.js
@@ -534,7 +534,6 @@ i3GEO.eventos = | @@ -534,7 +534,6 @@ i3GEO.eventos = | ||
534 | } | 534 | } |
535 | }; | 535 | }; |
536 | docMapa.ontouchend = function(exy) { | 536 | docMapa.ontouchend = function(exy) { |
537 | - alert("oi") | ||
538 | if (!i3GEO.eventos.botaoDireita(exy)) { | 537 | if (!i3GEO.eventos.botaoDireita(exy)) { |
539 | i3GEO.eventos.mouseupMapa(exy); | 538 | i3GEO.eventos.mouseupMapa(exy); |
540 | } | 539 | } |
@@ -650,6 +649,7 @@ i3GEO.eventos = | @@ -650,6 +649,7 @@ i3GEO.eventos = | ||
650 | * Executa os eventos definidos em MOUSECLIQUEPERM | 649 | * Executa os eventos definidos em MOUSECLIQUEPERM |
651 | */ | 650 | */ |
652 | executa : function(evt) { | 651 | executa : function(evt) { |
652 | + alert("Ois") | ||
653 | if (i3GEO.eventos.cliquePerm.ativo === true && i3GEO.eventos.cliquePerm.status === true) { | 653 | if (i3GEO.eventos.cliquePerm.ativo === true && i3GEO.eventos.cliquePerm.status === true) { |
654 | i3GEO.eventos.executaEventos(i3GEO.eventos.MOUSECLIQUEPERM); | 654 | i3GEO.eventos.executaEventos(i3GEO.eventos.MOUSECLIQUEPERM); |
655 | } | 655 | } |