This commit is contained in:
mikel 2024-02-01 12:47:10 +01:00
parent 17aa90c0e3
commit ae95588c45
2 changed files with 3 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ button.boton-enviar-form {
@media only screen and (min-width:300px) and (max-width:480px){
@media only screen and (min-width:300px) and (max-width:600px){

View File

@ -282,6 +282,8 @@ const cargado = () => {
let elCarrito = document.getElementById("carrito");
elCarrito.textContent = "";
cestaCompra = [];
let elPrecioTotal = document.getElementById("total");
elPrecioTotal = 0;
}
function leerCesta() {