From d5b6f252f60de2a26f6e8ea50d9599eba6efc142 Mon Sep 17 00:00:00 2001 From: marsalva Date: Fri, 3 Apr 2026 16:42:49 +0000 Subject: [PATCH] Actualizar index.html --- index.html | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index 65a93fc..09a2006 100644 --- a/index.html +++ b/index.html @@ -512,27 +512,9 @@ if (hasUnseenPending && isAvisosTab) { statusBadge = ` Rechazado`; } - html += ` -
- ${!isViewed ? '
' : ''} - -
-
- -
-
-

REF #${refStr}

-

${titleStr}

- ${statusBadge} -
-
- -
- ${dateStr} - ${amountStr}€ -
- ${quickPayButton} -
`; + }); container.innerHTML = html;