Commit 8894ad82b1f20bf9ca0c377180c15f66f6f787f4
1 parent
389fd63a
Exists in
master
and in
7 other branches
Correção na inicialização da ferramenta graficotema
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ferramentas/graficotema/index.js
... | ... | @@ -97,7 +97,7 @@ i3GEOF.graficoTema = { |
97 | 97 | */ |
98 | 98 | inicia: function(iddiv){ |
99 | 99 | if(i3GEOF.graficoTema.MUSTACHE == ""){ |
100 | - $.get(i3GEO.configura.locaplic + "/ferramentas/graficoTema/template_mst.html", function(template) { | |
100 | + $.get(i3GEO.configura.locaplic + "/ferramentas/graficotema/template_mst.html", function(template) { | |
101 | 101 | i3GEOF.graficoTema.MUSTACHE = template; |
102 | 102 | i3GEOF.graficoTema.inicia(iddiv); |
103 | 103 | }); |
... | ... | @@ -181,7 +181,7 @@ i3GEOF.graficoTema = { |
181 | 181 | "", |
182 | 182 | titulo, |
183 | 183 | "i3GEOF.graficoTema", |
184 | - true, | |
184 | + false, | |
185 | 185 | "hd", |
186 | 186 | "", |
187 | 187 | "", | ... | ... |