Spaces:
Running
Running
thi message is reapeted twice:
Browse filesAnte inconvenientes con la puesta en marcha, favor de comunicarse conmigo. Posteriormente, por solicitudes o reclamos, Centro de Gestion Empresarial gestionempresarial@claro.com.ar
Atte.-
keep only one
script.js
CHANGED
|
@@ -200,9 +200,7 @@ emailText += ` Le informamos que se ha realizado con éxito
|
|
| 200 |
emailText += `DNS SECUNDARIO 186.12.238.15\n\n`;
|
| 201 |
emailText += `Ante inconvenientes con la puesta en marcha, favor de comunicarse conmigo. Posteriormente, por solicitudes o reclamos, Centro de Gestion Empresarial gestionempresarial@claro.com.ar\n\n`;
|
| 202 |
emailText += `Atte.-`;
|
| 203 |
-
|
| 204 |
-
emailText += `Atte.-`;
|
| 205 |
-
emailOutput.textContent = emailText;
|
| 206 |
}
|
| 207 |
function generateL2LEmail() {
|
| 208 |
const siteAAddress = document.getElementById('siteAAddress').value;
|
|
|
|
| 200 |
emailText += `DNS SECUNDARIO 186.12.238.15\n\n`;
|
| 201 |
emailText += `Ante inconvenientes con la puesta en marcha, favor de comunicarse conmigo. Posteriormente, por solicitudes o reclamos, Centro de Gestion Empresarial gestionempresarial@claro.com.ar\n\n`;
|
| 202 |
emailText += `Atte.-`;
|
| 203 |
+
emailOutput.textContent = emailText;
|
|
|
|
|
|
|
| 204 |
}
|
| 205 |
function generateL2LEmail() {
|
| 206 |
const siteAAddress = document.getElementById('siteAAddress').value;
|