Update bookmarklet.js

This commit is contained in:
Bengt Brodersen 2015-02-08 12:12:58 +01:00
parent e4896a9db1
commit 3a17aa46d4

View File

@ -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);