* ga removed
This commit is contained in:
parent
2fbedeff97
commit
72f7b16f6f
@ -150,7 +150,7 @@
|
|||||||
error = error2object(error);
|
error = error2object(error);
|
||||||
var error = JSON.stringify(error,2,2);
|
var error = JSON.stringify(error,2,2);
|
||||||
console.log("ERROR " + error);
|
console.log("ERROR " + error);
|
||||||
ga('send', 'exception', { 'exDescription': error, 'exFatal': true });
|
// ga('send', 'exception', { 'exDescription': error, 'exFatal': true });
|
||||||
alert("Sorry something went wrong\n\nPlease create an issue with following details at\n" + global.issueTrackingUrl + "\n\n" + error);
|
alert("Sorry something went wrong\n\nPlease create an issue with following details at\n" + global.issueTrackingUrl + "\n\n" + error);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -183,7 +183,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function print() {
|
function print() {
|
||||||
ga('send', 'event', 'button', 'click', 'print', $(".card", global.printFrame.contentWindow.document).length);
|
// ga('send', 'event', 'button', 'click', 'print', $(".card", global.printFrame.contentWindow.document).length);
|
||||||
global.printFrame.contentWindow.print();
|
global.printFrame.contentWindow.print();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -243,7 +243,7 @@
|
|||||||
|
|
||||||
promises.push(global.appFunctions.getCardData(issueKey).then(function(cardData) {
|
promises.push(global.appFunctions.getCardData(issueKey).then(function(cardData) {
|
||||||
// console.log("cardData: " + JSON.stringify(cardData,2,2));
|
// console.log("cardData: " + JSON.stringify(cardData,2,2));
|
||||||
ga('send', 'event', 'card', 'generate', cardData.type);
|
// ga('send', 'event', 'card', 'generate', cardData.type);
|
||||||
fillCard(card, cardData);
|
fillCard(card, cardData);
|
||||||
redrawCards();
|
redrawCards();
|
||||||
}));
|
}));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user