git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C136
This commit is contained in:
parent
27071f95cd
commit
4ba3f45a54
1 changed files with 9 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ jQuery(document).ready(function () {
|
|||
$('#tableParticipantes').TableInit(0, false, true, true, false, null, null);
|
||||
$('#tableParticipantes').DataTable().column(1).visible(false);
|
||||
$('#tableDocAuxiliares').TableInit(0, false, false, false, false, null, null);
|
||||
$('#tableForo').TableInit(0, false, true, true, false, null, null);
|
||||
$('#tableMatriz').TableInit(0, false, true, true, false, null, null);
|
||||
$('#tableForo').TableInit(0, false, false, false, false, null, null);
|
||||
$('#tableMatriz').TableInit(0, false, false, false, false, null, null);
|
||||
|
||||
$("#tabs").tabs();
|
||||
|
||||
|
|
@ -523,6 +523,13 @@ this.ResponderComentarioMatriz = function (IdComentario) {
|
|||
});
|
||||
|
||||
$("#lblComentarioMatriz").text("Respuesta");
|
||||
$("#txtAsuntoMatriz").val('');
|
||||
$("#txtComentarioMatriz").val('');
|
||||
$("#txtCapituloMatriz").val('');
|
||||
$("#txtApartadoMatriz").val('');
|
||||
$("#txtTextoOriginal").val('');
|
||||
$("#txtTextoPropuesto").val('');
|
||||
$('#modalElemento-footer').css("display", "block");
|
||||
$('#modalElemento').modal('show');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue