From a85701cec176b79b70451daddc672c8b394b24dd Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Wed, 28 Jan 2015 01:57:29 +0100 Subject: [PATCH] Update bookmarklet.js --- bookmarklet.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bookmarklet.js b/bookmarklet.js index d3ac983..c0974c8 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -1,4 +1,4 @@ -version = "3.1.10"; +version = "3.1.11"; console.log("Version: " + version); var isDev = typeof isDev === 'undefined' || isDev ; @@ -20,11 +20,11 @@ cors = "https://cors-anywhere.herokuapp.com/"; })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-50840116-3', 'auto', {'alwaysSendReferrer': true}); -ga('set', 'location', window.location.protocol + '//' + window.location.host + window.location.pathname); -ga('set', 'hostname', window.location.hostname); +//ga('set', 'location', window.location.protocol + '//' + window.location.host + window.location.pathname); +//ga('set', 'hostname', window.location.hostname); ga('set', 'page', '/cardprinter'); -ga('set', 'title', document.title); -ga('set', 'referrer', window.location.hostname); +//ga('set', 'title', document.title); +//ga('set', 'referrer', window.location.hostname); //ga('set', 'campaignSource', '(direct)'); //ga('set', 'campaignMedium', '(none)'); //