git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C79
This commit is contained in:
parent
e14f95b4ee
commit
7ef10b9289
2 changed files with 3 additions and 6 deletions
|
|
@ -168,11 +168,8 @@ this.AbrirConvocados = function () {
|
|||
|
||||
$('#tableParticipantes').on('click', 'button', function () {
|
||||
|
||||
var data = $('#tableParticipantes').DataTable().row($(this).parents('tr')).data();
|
||||
var rowSelector = $(this);
|
||||
|
||||
rowSelector.remove();
|
||||
|
||||
var tableParticipantes = $('#tableParticipantes').DataTable();
|
||||
tableParticipantes.row($(this).parents('tr')).remove().draw();
|
||||
});
|
||||
|
||||
this.CargarUsuarios = function (filtro) {
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@
|
|||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-success btn-sm" >Aceptar</button>
|
||||
<button type="button" class="btn btn-success btn-sm" data-dismiss="modal">Aceptar</button>
|
||||
<button type="button" class="btn btn-danger btn-sm" data-dismiss="modal">Cerrar</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue