From 286ef73d1bb8d9589cca2dd0e0fbf4b0532aaca6 Mon Sep 17 00:00:00 2001 From: Ken Mickles Date: Wed, 9 May 2018 00:33:50 -0400 Subject: [PATCH] Update logging --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index d27f39d..6c9d70f 100644 --- a/src/index.js +++ b/src/index.js @@ -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 })) }