Update bookmarklet.js
This commit is contained in:
parent
d8fc05cf74
commit
f625c218d0
@ -143,7 +143,7 @@
|
||||
global.appFunctions.getCardData(issueKey, function(cardData) {
|
||||
//console.log("cardData: " + cardData);
|
||||
if (global.isProd) {
|
||||
ga('send', 'event', 'task', 'generate', cardData.type);
|
||||
ga('send', 'event', 'card', 'generate', cardData.type);
|
||||
}
|
||||
fillCard(page, cardData);
|
||||
page.show();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user