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