From 3a17aa46d48e397e7094fa35e7e7b960aa9524ee Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Sun, 8 Feb 2015 12:12:58 +0100 Subject: [PATCH] Update bookmarklet.js --- bookmarklet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmarklet.js b/bookmarklet.js index 0f5a07d..3b55132 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -26,7 +26,7 @@ cors = "https://cors-anywhere.herokuapp.com/"; ga('create', 'UA-50840116-3', {'alwaysSendReferrer': true}); ga('set', 'page', '/cardprinter'); if(isTest || isDev){ - ga('set', 'referrer', "http://dev.qoomon.com"); + ga('set', 'alwaysSendReferrer', false); } //ga('set', 'referrer', window.location.hostname); //ga('set', 'location', window.location.protocol + '//' + window.location.host + window.location.pathname);