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;