mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Arreglando Tast y Swal
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-primary btn-imn">Save changes</button>
|
||||
<button type="button" class="btn btn-primary btn-imn" data-bs-dismiss="modal">Borrar</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -121,7 +121,6 @@
|
||||
|
||||
|
||||
$(document).on('click', '.btn-edit', function(e) {
|
||||
//window.location.href = `<?= route_to('tarifaAcabadoList') ?>/edit/${$(this).attr('data-id')}`;
|
||||
window.location.href = `/tarifas/tarifaacabado/edit/${$(this).attr('data-id')}`;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user