Commit b862c8377c401c9f922e8173319b84b88d6934ed
1 parent
6f4e05d6
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/graficotema/index.js.php
... | ... | @@ -235,7 +235,7 @@ i3GEOF.graficoTema = { |
235 | 235 | if (tipo === "PIE") |
236 | 236 | {tamanho = $i("i3GEOgraficotemalargura").value;} |
237 | 237 | else |
238 | - {tamanho = $i("i3GEOgraficotemalargura").value+" "+$i("altura").value;} | |
238 | + {tamanho = $i("i3GEOgraficotemalargura").value+" "+$i("i3GEOgraficotemaaltura").value;} | |
239 | 239 | if(lista === "") |
240 | 240 | {alert("selecione um item");return;} |
241 | 241 | i3GEOF.graficoTema.aguarde.visibility = "visible"; | ... | ... |