Commit 844309570a56361fd2f0fa9016592a0af36d95d2

Authored by Edmar Moretti
1 parent 0ca2464f

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,8 +74,9 @@ if(typeof jQuery != 'undefined' ){
74 $("#"+id+" .modal-body").html(conteudo); 74 $("#"+id+" .modal-body").html(conteudo);
75 if($("#"+id).css("display") == "none"){ 75 if($("#"+id).css("display") == "none"){
76 $("#"+id).modal("show"); 76 $("#"+id).modal("show");
77 - $.material.init(); 77 + //$.material.init();
78 } 78 }
  79 + $.material.init();
79 }, 80 },
80 fechaModalGeral: function(){ 81 fechaModalGeral: function(){
81 i3GEOadmin.core.fechaModal("modalGeral"); 82 i3GEOadmin.core.fechaModal("modalGeral");