Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 25, 2024
1 parent ba56af9 commit 8c0d355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Script/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ document
/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(Event.target.value)
? document.querySelector<HTMLFormElement>('[name="mc-embedded-subscribe-form"]')?.submit()
: null;
}, 7000)
}, 5000)
);

0 comments on commit 8c0d355

Please sign in to comment.