From ec4d3e7c131bacae0a7354135f79e14154a93aec Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Wed, 30 Jul 2014 15:34:02 +0000 Subject: [PATCH] --- ferramentas/graficointerativo/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ferramentas/graficointerativo/index.js b/ferramentas/graficointerativo/index.js index 8d38da8..acd97b1 100644 --- a/ferramentas/graficointerativo/index.js +++ b/ferramentas/graficointerativo/index.js @@ -957,7 +957,7 @@ i3GEOF.graficointerativo = { Ordena uma coluna da tabela */ ordenaColuna: function(coluna,cid){ - try{ + var tabela = $i("i3GEOgraficointerativoDados").getElementsByTagName("table")[0], trs = tabela.getElementsByTagName("tr"), ntrs = trs.length, @@ -974,6 +974,7 @@ i3GEOF.graficointerativo = { function sortNumber(a,b) {return a - b;} + for (t=1;t";} } tabela.innerHTML = ins; - } - catch(e){} + }, /* Function: ativaNavegacao @@ -1053,7 +1053,7 @@ if (!this.JSON1) { f(this.getUTCSeconds()) + 'Z'; }; var escapeable = /["\\\x00-\x1f\x7f-\x9f]/g, - gap, + gap = 0, indent, meta = { // table of character substitutions '\b': '\\b', @@ -1064,7 +1064,7 @@ if (!this.JSON1) { '"' : '\\"', '\\': '\\\\' }, - rep; + rep = 0; function quote(string) { return escapeable.test(string) ? '"' + string.replace(escapeable, function (a) { -- libgit2 0.21.2