first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
$(document).ready(function() {
|
||||
$('._sendNewsletterIndex').each(function() {
|
||||
$(this).click(function() {
|
||||
$('#sendNewsletterFormIndex').submit();
|
||||
return false;
|
||||
})
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user