Commit 1427e2e1a3b025cdb455c02a432e7c3ddb939dfc

Authored by Edmar Moretti
1 parent b7d1d409

Corrige a obtenção dos parâmetros para o filtro

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ferramentas/filtro/index.js
... ... @@ -428,7 +428,7 @@ i3GEOF.filtro = {
428 428 g = $i("i3GEOfiltroparametros");
429 429 ipt = g.getElementsByTagName("tr");
430 430 if (ipt.length > 1){
431   - for (i=2;i<ipt.length; i++){
  431 + for (i=1;i<ipt.length; i++){
432 432 nos = ipt[i].childNodes;
433 433 s = nos[2].getElementsByTagName("select");
434 434 itemsel = s[0].value;
... ...