Dia38
This commit is contained in:
@@ -217,9 +217,13 @@
|
||||
const index = opciones.indexOf(opc);
|
||||
return index !== -1 ? valores[index] : valorDefecto;
|
||||
}
|
||||
|
||||
|
||||
function totalXOpcion(checked, valorChecked, valorUnchecked) {
|
||||
return checked ? valorChecked : valorUnchecked;
|
||||
}
|
||||
|
||||
|
||||
function submitForm() {
|
||||
document.getElementById("formAlquiler").submit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user