This commit is contained in:
parent
ae95588c45
commit
ab68ed2d4e
|
@ -283,7 +283,7 @@ const cargado = () => {
|
||||||
elCarrito.textContent = "";
|
elCarrito.textContent = "";
|
||||||
cestaCompra = [];
|
cestaCompra = [];
|
||||||
let elPrecioTotal = document.getElementById("total");
|
let elPrecioTotal = document.getElementById("total");
|
||||||
elPrecioTotal = 0;
|
elPrecioTotal.textContent = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
function leerCesta() {
|
function leerCesta() {
|
||||||
|
|
Loading…
Reference in New Issue