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...");
|
||||
renderCards(issueKeyList, function(){
|
||||
jQuery("#card-print-dialog-title").text("Card Print");
|
||||
print();
|
||||
//print();
|
||||
});
|
||||
}
|
||||
|
||||
@ -176,6 +176,8 @@ try {
|
||||
console.logDebug("type: " + type);
|
||||
card.find(".card").attr("type", type);
|
||||
|
||||
ga('send', 'event', 'task', 'generate', 'card', type );
|
||||
|
||||
//Summary
|
||||
var summary = data.fields.summary;
|
||||
console.logDebug("summary: " + summary);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user