From 0b9744e9efce38ceca64bf590c8c7b5fe3c75d91 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 13 Mar 2026 23:57:30 -0500 Subject: [PATCH] fix: eliminar cierre de funcion duplicado en app_simple.js --- assets/js/app_simple.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/app_simple.js b/assets/js/app_simple.js index f2baf45..1017660 100644 --- a/assets/js/app_simple.js +++ b/assets/js/app_simple.js @@ -5259,5 +5259,4 @@ window.resetAndSyncTemplates = async function() { } finally { if (btn) { btn.disabled = false; btn.innerHTML = ' Limpiar y Re-sincronizar'; } } -}; }; \ No newline at end of file