Update bookmarklet.js
This commit is contained in:
parent
ababc4a3ad
commit
c6037ead0f
@ -83,7 +83,7 @@ try {
|
|||||||
jQuery("#card-print-dialog-title").text("Card Print - Loading " + issueKeyList.length + " issues...");
|
jQuery("#card-print-dialog-title").text("Card Print - Loading " + issueKeyList.length + " issues...");
|
||||||
renderCards(issueKeyList, function(){
|
renderCards(issueKeyList, function(){
|
||||||
jQuery("#card-print-dialog-title").text("Card Print");
|
jQuery("#card-print-dialog-title").text("Card Print");
|
||||||
print();
|
//print();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -176,6 +176,8 @@ try {
|
|||||||
console.logDebug("type: " + type);
|
console.logDebug("type: " + type);
|
||||||
card.find(".card").attr("type", type);
|
card.find(".card").attr("type", type);
|
||||||
|
|
||||||
|
ga('send', 'event', 'task', 'generate', 'card', type );
|
||||||
|
|
||||||
//Summary
|
//Summary
|
||||||
var summary = data.fields.summary;
|
var summary = data.fields.summary;
|
||||||
console.logDebug("summary: " + summary);
|
console.logDebug("summary: " + summary);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user