arreglados un par de fallos

This commit is contained in:
Jaime Jiménez Ortega
2024-05-08 23:39:45 +02:00
parent eec9ac60de
commit 4452ab02bd
2 changed files with 5 additions and 1 deletions

View File

@ -220,6 +220,10 @@ $('#direcciones').on('change', function() {
var $newAddDialog = $("#addressForm")
$newAddDialog.modal('show')
$newAddDialog.on('hidden.bs.modal', function (e) {
$('#direcciones').val('');
});
}
})

View File

@ -671,7 +671,7 @@ async function calcularPresupuesto() {
datos = Object.assign(datos, window.token_ajax)
$('#divTiradasPrecio').empty();
$('#loader').show();
$.ajax({