From be9ead94344c9525472de906226f894fdc0db7d0 Mon Sep 17 00:00:00 2001 From: marsalva Date: Sat, 7 Mar 2026 16:05:18 +0000 Subject: [PATCH] Actualizar servicios.html --- servicios.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servicios.html b/servicios.html index 2ed2dc1..1e7eed9 100644 --- a/servicios.html +++ b/servicios.html @@ -219,7 +219,7 @@ - + @@ -806,7 +806,7 @@ cancelEditing(); } - loadChat(id); // <---- ESTO ES LO QUE FALTABA + loadChat(id); lucide.createIcons(); } @@ -1015,7 +1015,7 @@ if(data.ok) sel.innerHTML = '' + data.operators.map(o => ``).join(''); } - async function copyClientPortalLink() { + async function copyClientPortalLink() { const phone = document.getElementById('editPhone').value; const name = document.getElementById('editName').value; const addr = document.getElementById('editAddr').value;