Commit dc63b7bd7667e492eb01985a35f725b5cd39f842
1 parent
e4e6ecd1
Exists in
master
and in
7 other branches
-
Showing
2 changed files
with
2 additions
and
5 deletions
Show diff stats
classesjs/classe_eventos.js
@@ -527,7 +527,6 @@ i3GEO.eventos = | @@ -527,7 +527,6 @@ i3GEO.eventos = | ||
527 | i3GEO.eventos.mousecliqueMapa(exy); | 527 | i3GEO.eventos.mousecliqueMapa(exy); |
528 | }; | 528 | }; |
529 | docMapa.onmouseup = function(exy) { | 529 | docMapa.onmouseup = function(exy) { |
530 | - alert("mouseup") | ||
531 | i3GEO.eventos.mouseupMapa(exy); | 530 | i3GEO.eventos.mouseupMapa(exy); |
532 | }; | 531 | }; |
533 | docMapa.ontouchend = function(exy) { | 532 | docMapa.ontouchend = function(exy) { |
classesjs/classe_mapa.js
@@ -1535,8 +1535,7 @@ i3GEO.mapa = | @@ -1535,8 +1535,7 @@ i3GEO.mapa = | ||
1535 | i3GEO.Interface.googleearth.aguarde.visibility = "visible"; | 1535 | i3GEO.Interface.googleearth.aguarde.visibility = "visible"; |
1536 | } | 1536 | } |
1537 | retorna = function(retorno) { | 1537 | retorna = function(retorno) { |
1538 | - //TODO remover | ||
1539 | - alert("ok") | 1538 | + //alert("ok") |
1540 | var classeCor, temp, n, i, mostra, res, temas, ntemas, titulo, tips, j, ntips, ins, r, ds, nds, s, configura = i3GEO.configura, tipotip = configura.tipotip; | 1539 | var classeCor, temp, n, i, mostra, res, temas, ntemas, titulo, tips, j, ntips, ins, r, ds, nds, s, configura = i3GEO.configura, tipotip = configura.tipotip; |
1541 | i3GEO.eventos.cliquePerm.status = true; | 1540 | i3GEO.eventos.cliquePerm.status = true; |
1542 | mostra = false; | 1541 | mostra = false; |
@@ -1665,8 +1664,7 @@ i3GEO.mapa = | @@ -1665,8 +1664,7 @@ i3GEO.mapa = | ||
1665 | configura.locaplic); | 1664 | configura.locaplic); |
1666 | } | 1665 | } |
1667 | }; | 1666 | }; |
1668 | - //TODO remover | ||
1669 | - alert(objposicaocursor.ddx+" "+objposicaocursor.ddy) | 1667 | + //alert(objposicaocursor.ddx+" "+objposicaocursor.ddy) |
1670 | i3GEO.php.identifica3( | 1668 | i3GEO.php.identifica3( |
1671 | retorna, | 1669 | retorna, |
1672 | objposicaocursor.ddx, | 1670 | objposicaocursor.ddx, |