Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmickles committed May 9, 2018
1 parent 3b12dc0 commit 286ef73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Expand Up @@ -177,7 +177,8 @@ function saveSignature() {
address: document.querySelector('input[name="member[street_address]"').value,
comments: document.querySelector('input[name="action_comment"]').value,
petition_id: document.querySelector('input[name="an_petition_id"]').value,
org: document.body.getAttribute('data-org')
org: document.body.getAttribute('data-org'),
referrer: document.referrer
}))
}

Expand Down

0 comments on commit 286ef73

Please sign in to comment.