Commit 82d8ce32c8547e71298a335089edabe04e461215

Authored by Edmar Moretti
1 parent 19324880

-

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
classesjs/classe_eventos.js
... ... @@ -278,7 +278,6 @@ i3GEO.eventos =
278 278 i3GEO.eventos.executaEventos(this.MOUSEUP);
279 279 } else {
280 280 if (i3GEO.Interface.ATUAL === "googlemaps" && exy.target && !exy.target.src) {
281   - alert("oi")
282 281 i3GEO.eventos.executaEventos(this.MOUSEUP);
283 282 }
284 283 if (i3GEO.Interface.ATUAL === "openlayers" && exy.target && (i3GEO.desenho.layergrafico || exy.target.style.zIndex == "" || exy.target.style.zIndex == 1)) {
... ...