From 28ffd17bed71b0174c6d372b889cc63feab53f2f Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Wed, 27 Aug 2025 17:59:31 +0200 Subject: [PATCH] update notas.js --- src/page/notas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/notas.js b/src/page/notas.js index fd2546e..330b57e 100644 --- a/src/page/notas.js +++ b/src/page/notas.js @@ -37,7 +37,7 @@ PAGES.notas = { addCategory_Personas( divact, SC_Personas, - "", + SUB_LOGGED_IN_ID, (value) => { document.getElementById(field_autor).value = value; },