Commit 1427e2e1a3b025cdb455c02a432e7c3ddb939dfc
1 parent
b7d1d409
Exists in
master
and in
7 other branches
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,7 +428,7 @@ i3GEOF.filtro = { | ||
428 | g = $i("i3GEOfiltroparametros"); | 428 | g = $i("i3GEOfiltroparametros"); |
429 | ipt = g.getElementsByTagName("tr"); | 429 | ipt = g.getElementsByTagName("tr"); |
430 | if (ipt.length > 1){ | 430 | if (ipt.length > 1){ |
431 | - for (i=2;i<ipt.length; i++){ | 431 | + for (i=1;i<ipt.length; i++){ |
432 | nos = ipt[i].childNodes; | 432 | nos = ipt[i].childNodes; |
433 | s = nos[2].getElementsByTagName("select"); | 433 | s = nos[2].getElementsByTagName("select"); |
434 | itemsel = s[0].value; | 434 | itemsel = s[0].value; |