From 4fd3b09eb0477dc5bd481b081f19b65df284bf50 Mon Sep 17 00:00:00 2001 From: Sergio Date: Fri, 25 Jul 2025 13:41:06 +0200 Subject: [PATCH] prueba --- HerramientaCASA/wwwroot/Scripts/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HerramientaCASA/wwwroot/Scripts/Util.js b/HerramientaCASA/wwwroot/Scripts/Util.js index 8454c2a..86f655e 100644 --- a/HerramientaCASA/wwwroot/Scripts/Util.js +++ b/HerramientaCASA/wwwroot/Scripts/Util.js @@ -9,7 +9,7 @@ document.getElementById(pestana).classList.add("linkNavActivo") } } - + function eliminarCookies(id, cut) { var theCookies = document.cookie.split(';'); for (var i = 0; i < theCookies.length; i++) {