From 40fcadd2d8f47d640090807c8636a65582393fb8 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 11 Feb 2013 16:41:49 +0000 Subject: [PATCH] --- classesjs/classe_eventos.js | 2 ++ interface/openlayersdebug.htm | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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