fix: eliminar cierre de funcion duplicado en app_simple.js

This commit is contained in:
Lizandro Guarnizo
2026-03-13 23:57:30 -05:00
parent 032219a4b6
commit 0b9744e9ef
-1
View File
@@ -5259,5 +5259,4 @@ window.resetAndSyncTemplates = async function() {
} finally {
if (btn) { btn.disabled = false; btn.innerHTML = '<i class="fas fa-trash-restore"></i> Limpiar y Re-sincronizar'; }
}
};
};