We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a804ed1 commit 796222bCopy full SHA for 796222b
client/javascripts/components/modules/newsletter.js
@@ -34,7 +34,7 @@ JS.Modules.Newsletter = (function() {
34
// -------------------------------------
35
36
var _submitForm = function() {
37
- $.post('/subscribe', _settings.$element.serialize());
+ $.post('/subscribe', _settings.$form.serialize());
38
};
39
40
0 commit comments