From 3250669dc91c9934c9493405f15706f8aab94faa Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Fri, 19 Sep 2025 21:28:07 +0200 Subject: [PATCH] update app_modules.js --- src/app_modules.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app_modules.js b/src/app_modules.js index be8fb85..21addf0 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -953,6 +953,8 @@ function TS_IndexElement( }); return false; }; + tr.append(data.Fecha) + tr.append(document.createElement("br") buttons.forEach((button) => { td.appendChild(button); td.appendChild(document.createElement("br"));