This commit is contained in:
2026-04-24 21:33:06 +03:00
parent e36b09deb4
commit 0cd5e78ced
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ function initCabinetSubmit() {
form.addEventListener('submit', async (e) => { form.addEventListener('submit', async (e) => {
e.preventDefault(); e.preventDefault();
const cfg = window.__SITE_CONFIG__ || {}; const cfg = window.__SITE_CONFIG__ || {};
const url = cfg.notifyUrl || 'http://72.56.9.52:8000/notify'; const url = cfg.notifyUrl || '/notify';
const fd = new FormData(form); const fd = new FormData(form);
const name = String(fd.get('name') || '').trim(); const name = String(fd.get('name') || '').trim();
const email = String(fd.get('email') || '').trim(); const email = String(fd.get('email') || '').trim();

View File

@@ -1,6 +1,6 @@
window.__SITE_CONFIG__ = { window.__SITE_CONFIG__ = {
siteUrl: 'https://elcsa.ru', siteUrl: 'https://elcsa.ru',
notifyUrl: 'http://72.56.9.52:8000/notify', notifyUrl: '/notify',
gtmContainerId: '', gtmContainerId: '',
ga4MeasurementId: '', ga4MeasurementId: '',
googleAdsId: '', googleAdsId: '',