Commit c5df4b4470de540babfa78398231885212afbb19
1 parent
0760a1b1
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ferramentas/legenda/index.js.php
... | ... | @@ -414,7 +414,7 @@ i3GEOF.legenda = { |
414 | 414 | ins.push("<td>"); |
415 | 415 | ins.push($inputText("","","i3GEOlegendaid_"+id,"digite o novo nome",30,retorno.data[i].nomeclasse,"nome","javascript:i3GEOF.legenda.aviso()")); |
416 | 416 | ins.push("</td><td>"); |
417 | - ins.push($inputText("","","i3GEOlegendaid_"+id,"digite a nova expressão",30,exp,"expressao",,"javascript:i3GEOF.legenda.aviso()")); | |
417 | + ins.push($inputText("","","i3GEOlegendaid_"+id,"digite a nova expressão",30,exp,"expressao","javascript:i3GEOF.legenda.aviso()")); | |
418 | 418 | ins.push("</td></tr>"); |
419 | 419 | } |
420 | 420 | ins.push("</table><br>"); | ... | ... |