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 bad9f15 commit 5a1184dCopy full SHA for 5a1184d
assets/js/hubcontact.js
@@ -28,9 +28,6 @@ class HubContact {
28
contentType: "application/json; charset=utf-8",
29
}).done(_ => {
30
this.onRequestSucceeded();
31
- if (this._submitData.acceptNewsletter) {
32
- subscribeToNewsletter(this._submitData.email, 7); // FIXME move to backend
33
- }
34
}).fail(xhr => {
35
this.onRequestFailed(xhr.responseJSON?.message || 'Request failed.');
36
});
0 commit comments