diff --git a/classesjs/classe_eventos.js b/classesjs/classe_eventos.js index 8f8ee75..ab4dcb4 100644 --- a/classesjs/classe_eventos.js +++ b/classesjs/classe_eventos.js @@ -505,6 +505,7 @@ i3GEO.eventos = { {i3GEO.eventos.mousedownMapa();} }; docMapa.onclick = function(exy){ + //if(typeof(console) !== 'undefined'){console.error("click");} if(!i3GEO.eventos.botaoDireita(exy)) {i3GEO.eventos.mousecliqueMapa();} @@ -545,6 +546,7 @@ i3GEO.eventos = { ixg,ixm,ixs,iyg,iym,iys */ cliqueCapturaPt: function(ixg,ixm,ixs,iyg,iym,iys){ + alert("oi") if(typeof(console) !== 'undefined'){console.info("i3GEO.eventos.cliqueCapturaPt()");} var x,y,doc = document; if(arguments.length === 0){ diff --git a/interface/openlayersdebug.htm b/interface/openlayersdebug.htm index 9e891e9..c734bf2 100644 --- a/interface/openlayersdebug.htm +++ b/interface/openlayersdebug.htm @@ -311,7 +311,6 @@ i3GEO.arvoreDeTemas.OPCOESADICIONAIS.navegacaoDir = true; //i3GEO.configura.sid = ""; i3GEO.janela.TRANSICAOSUAVE = true; i3GEO.inicia(); -alert(DetectaMobile("DetectTierTablet")); -- libgit2 0.21.2