mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglados un par de fallos
This commit is contained in:
@ -220,6 +220,10 @@ $('#direcciones').on('change', function() {
|
|||||||
|
|
||||||
var $newAddDialog = $("#addressForm")
|
var $newAddDialog = $("#addressForm")
|
||||||
$newAddDialog.modal('show')
|
$newAddDialog.modal('show')
|
||||||
|
|
||||||
|
$newAddDialog.on('hidden.bs.modal', function (e) {
|
||||||
|
$('#direcciones').val('');
|
||||||
|
});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -671,7 +671,7 @@ async function calcularPresupuesto() {
|
|||||||
|
|
||||||
datos = Object.assign(datos, window.token_ajax)
|
datos = Object.assign(datos, window.token_ajax)
|
||||||
|
|
||||||
|
$('#divTiradasPrecio').empty();
|
||||||
$('#loader').show();
|
$('#loader').show();
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|||||||
Reference in New Issue
Block a user