Files
aktualia.com.pl/_rejestracja/Static/script/validate/extras.sendNewsletter.js
2026-04-24 15:32:21 +02:00

8 lines
181 B
JavaScript

$(document).ready(function() {
$('._sendNewsletterIndex').each(function() {
$(this).click(function() {
$('#sendNewsletterFormIndex').submit();
return false;
})
});
});