update
This commit is contained in:
@@ -2217,7 +2217,7 @@
|
|||||||
document.getElementById(span_precio).innerHTML =
|
document.getElementById(span_precio).innerHTML =
|
||||||
"Gratis!<br> Usando puntos";
|
"Gratis!<br> Usando puntos";
|
||||||
} else {
|
} else {
|
||||||
document.getElementById(span_precio).innerHTML = `Pagando ${precio}`
|
document.getElementById(span_precio).innerHTML = `Pagando ${precio}c`
|
||||||
}
|
}
|
||||||
// Acciónes
|
// Acciónes
|
||||||
document.getElementById(btn_Pedido).onclick = () => {
|
document.getElementById(btn_Pedido).onclick = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user