Skip to content

Commit

Permalink
source
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Nov 13, 2019
1 parent cd7451e commit 8a095fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/subscribe.js
Expand Up @@ -44,7 +44,8 @@ function initSubscribeForm () {

xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(JSON.stringify({
email: document.querySelector('[name="email"]').value
email: document.querySelector('[name="email"]').value,
source: 'supersays'
}));

return false;
Expand Down

0 comments on commit 8a095fb

Please sign in to comment.