Update bookmarklet.js
This commit is contained in:
parent
c76023c2ab
commit
3248b18783
@ -77,8 +77,11 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function print(){
|
function print(){
|
||||||
ga('send', 'event', 'button', 'click', 'print', issueKeyList.length );
|
ga('send', 'event', 'button', 'click', 'print', $(".card").length );
|
||||||
jQuery('#card-print-dialog-content-iframe')[0].contentWindow.print();
|
jQuery('#card-print-dialog-content-iframe')[0].contentWindow.print();
|
||||||
|
console.logInfo(jQuery('#card-print-dialog-content-iframe'));
|
||||||
|
console.logInfo(jQuery('#card-print-dialog-content-iframe')[0]);
|
||||||
|
console.logInfo(jQuery('#card-print-dialog-content-iframe')[0].contentWindow);
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderCards(issueKeyList, callback) {
|
function renderCards(issueKeyList, callback) {
|
||||||
@ -1076,7 +1079,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
log.error(err.message);
|
console.logError(err.message);
|
||||||
ga('send', 'exception', {
|
ga('send', 'exception', {
|
||||||
'exDescription': err.message,
|
'exDescription': err.message,
|
||||||
'exFatal': true
|
'exFatal': true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user