Commit e3bcd20452ff65d96746db63bc8364c5ffd408d4
1 parent
fce49662
Exists in
master
and in
7 other branches
Correção na abertura da ferramenta de filtro
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
admin/admin.db
No preview for this file type
ferramentas/filtro/index.js
... | ... | @@ -84,6 +84,9 @@ i3GEOF.filtro = { |
84 | 84 | iddiv {String} - id do div que receberá o conteudo HTML da ferramenta |
85 | 85 | */ |
86 | 86 | inicia: function(iddiv,modoCalculadora,idRetorno){ |
87 | + if(modoCalculadora === undefined){ | |
88 | + modoCalculadora = false; | |
89 | + } | |
87 | 90 | if(modoCalculadora === false){ |
88 | 91 | i3GEO.janela.comboCabecalhoTemas("i3GEOFfiltroComboCabeca","i3GEOFfiltroComboCabecaSel","filtro","ligadosComTabela"); |
89 | 92 | if(i3GEOF.filtro.tema === ""){ | ... | ... |