Commit 2beb06983c7b60d66a0e8459af69ff7b9c1ab352
1 parent
c14dbf15
Exists in
master
and in
7 other branches
-
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
classesjs/classe_interface.js
classesjs/classe_mapa.js
... | ... | @@ -1664,7 +1664,7 @@ i3GEO.mapa = |
1664 | 1664 | configura.locaplic); |
1665 | 1665 | } |
1666 | 1666 | }; |
1667 | - //alert(objposicaocursor.ddx+" "+objposicaocursor.ddy) | |
1667 | + alert("identifica "+objposicaocursor.ddx+" "+objposicaocursor.ddy) | |
1668 | 1668 | i3GEO.php.identifica3( |
1669 | 1669 | retorna, |
1670 | 1670 | objposicaocursor.ddx, | ... | ... |