Update bookmarklet.js
This commit is contained in:
parent
57e1f249fc
commit
dcf79fefe7
@ -5,6 +5,7 @@
|
|||||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
|
|
||||||
ga('create', 'UA-50840116-3', 'auto', {'name': 'jiraIssueCardPrinter'});
|
ga('create', 'UA-50840116-3', 'auto', {'name': 'jiraIssueCardPrinter'});
|
||||||
|
ga('send', 'pageview');
|
||||||
// </GoogleAnalytics>
|
// </GoogleAnalytics>
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -59,8 +60,6 @@ try {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ga('send', 'pageview');
|
|
||||||
|
|
||||||
// open print preview
|
// open print preview
|
||||||
jQuery("body").append(printOverlayHTML);
|
jQuery("body").append(printOverlayHTML);
|
||||||
jQuery("#card-print-overlay").prepend(printOverlayStyle);
|
jQuery("#card-print-overlay").prepend(printOverlayStyle);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user