From 56a3e8fa1be7201beeb150264cfb5bfd0420542b Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 20 Apr 2015 13:42:44 +0000 Subject: [PATCH] Correção no scroll da janela após concluído o resultado --- ferramentas/tme/index.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/ferramentas/tme/index.js b/ferramentas/tme/index.js index 3b953c3..9cafa00 100644 --- a/ferramentas/tme/index.js +++ b/ferramentas/tme/index.js @@ -284,6 +284,8 @@ i3GEOF.tme = { var ins = "

" + $trad('arquivoDownload',i3GEOF.tme.dicionario) +"
"+retorno.data.url+"
"; ins += "
" + $trad('abreNoI3geo',i3GEOF.tme.dicionario) +"
interface Google Earth
"; $i("i3GEOTMEresultado").innerHTML = ins; + $i("i3GEOTMEresultado").scrollIntoView(true); + }; p = i3GEO.configura.locaplic+"/pacotes/tme/TME_i3geo.php?maxHeight="+$i("i3GEOTMEmaxHeight").value+"&barSize="+$i("i3GEOTMEbarSize").value+"&sid="+i3GEO.configura.sid+"&nomelayer="+i3GEO.temaAtivo+"&colunasvalor="+lista.toString(",")+"&colunanomeregiao="+colunanomeregiao+"&titulo="+$i("i3GEOTMEtitulo").value+"&descricao="+$i("i3GEOTMEdesc").value; cp.set_response_type("JSON"); -- libgit2 0.21.2