File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ const Newsletter: FC<NewsletterProps> = () => {
1717 var head = document.getElementsByTagName('head')[0];
1818 var script = document.createElement('script');
1919 script.type = 'text/javascript';
20- script.src = 'https://mautic.int. ethswarm.org/index.php/media/js/mautic-form.js';
20+ script.src = 'https://mautic.ethswarm.org/index.php/media/js/mautic-form.js';
2121 script.onload = function() {
2222 MauticSDK.onLoad();
2323 };
2424 head.appendChild(script);
25- var MauticDomain = 'https://mautic.int. ethswarm.org/index.php';
25+ var MauticDomain = 'https://mautic.ethswarm.org/index.php';
2626 var MauticLang = {
2727 'submittingMessage': "Please wait..."
2828 }
@@ -38,7 +38,7 @@ const Newsletter: FC<NewsletterProps> = () => {
3838 autoComplete = "false"
3939 role = "form"
4040 method = "post"
41- action = "https://mautic.int. ethswarm.org/index.php/form/submit?formId=4"
41+ action = "https://mautic.ethswarm.org/index.php/form/submit?formId=4"
4242 id = "mauticform_websitenewslettersubscription"
4343 data-mautic-form = "websitenewslettersubscription"
4444 encType = "multipart/form-data"
You can’t perform that action at this time.
0 commit comments