Commit 844309570a56361fd2f0fa9016592a0af36d95d2
1 parent
0ca2464f
Exists in
master
and in
7 other branches
correção do erro sistematico que impedia a apresentacao dos checkbox nos formula…
…rios do sistema de administracao em ambiente windows
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
admin/admin.db
No preview for this file type
admin1/js/core.js
... | ... | @@ -74,8 +74,9 @@ if(typeof jQuery != 'undefined' ){ |
74 | 74 | $("#"+id+" .modal-body").html(conteudo); |
75 | 75 | if($("#"+id).css("display") == "none"){ |
76 | 76 | $("#"+id).modal("show"); |
77 | - $.material.init(); | |
77 | + //$.material.init(); | |
78 | 78 | } |
79 | + $.material.init(); | |
79 | 80 | }, |
80 | 81 | fechaModalGeral: function(){ |
81 | 82 | i3GEOadmin.core.fechaModal("modalGeral"); | ... | ... |