This commit is contained in:
jaimejimenezortega
2024-07-10 12:28:48 +02:00
parent b6420b7b8a
commit e18368e647
6 changed files with 130 additions and 16 deletions

View File

@ -130,7 +130,6 @@ $(document).on('click', '.btn-view', function(e) {
var url = '<?= route_to('editarPresupuestoCliente2', ':id') ?>';
<?php endif; ?>
url = url.replace(':id', `${$(this).attr('data-id')}` );
console.log(url);
window.open(
url,
'_blank' // <- This is what makes it open in a new window.