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');
|
||||
|
||||
ga('create', 'UA-50840116-3', 'auto', {'name': 'jiraIssueCardPrinter'});
|
||||
ga('send', 'pageview');
|
||||
// </GoogleAnalytics>
|
||||
|
||||
try {
|
||||
@ -59,8 +60,6 @@ try {
|
||||
return;
|
||||
}
|
||||
|
||||
ga('send', 'pageview');
|
||||
|
||||
// open print preview
|
||||
jQuery("body").append(printOverlayHTML);
|
||||
jQuery("#card-print-overlay").prepend(printOverlayStyle);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user