This commit is contained in:
parent
17aa90c0e3
commit
ae95588c45
|
@ -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){
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -282,6 +282,8 @@ const cargado = () => {
|
||||||
let elCarrito = document.getElementById("carrito");
|
let elCarrito = document.getElementById("carrito");
|
||||||
elCarrito.textContent = "";
|
elCarrito.textContent = "";
|
||||||
cestaCompra = [];
|
cestaCompra = [];
|
||||||
|
let elPrecioTotal = document.getElementById("total");
|
||||||
|
elPrecioTotal = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
function leerCesta() {
|
function leerCesta() {
|
||||||
|
|
Loading…
Reference in New Issue