Commit 9d31c524032fa67c3c1790ba5fa293089682522a
1 parent
71c31d73
Exists in
master
Correção na opção de aguarde da ferramenta metaestat
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
ferramentas/metaestat/index.js
... | ... | @@ -567,8 +567,10 @@ i3GEOF.metaestat = { |
567 | 567 | * Atualiza o combo da janela de analise com i3GEOF.metaestat.analise.comboCamadas(); |
568 | 568 | */ |
569 | 569 | adicionaCamada: function(botao){ |
570 | - if(botao){ | |
570 | + i3GEOF.metaestat.comum.aguarde("visible"); | |
571 | + if(botao){ | |
571 | 572 | $(botao).prop("disabled",true); |
573 | + | |
572 | 574 | } |
573 | 575 | i3GEOF.metaestat.log("i3GEOF.metaestat.comum.adicionaCamada()"); |
574 | 576 | //function mapfileMedidaVariavel($id_medida_variavel,$filtro="",$todasascolunas = 0,$tipolayer="polygon",$titulolayer="",$id_classificacao="",$agruparpor=""){ | ... | ... |