fix: jira issue selection in issue view
This commit is contained in:
parent
5be7f1011e
commit
59e753fce7
@ -6,7 +6,7 @@
|
|||||||
// YouTrack: http://qoomon.myjetbrains.com/youtrack/dashboard
|
// YouTrack: http://qoomon.myjetbrains.com/youtrack/dashboard
|
||||||
|
|
||||||
var global = {};
|
var global = {};
|
||||||
global.version = "4.5.0";
|
global.version = "4.6.1";
|
||||||
global.issueTrackingUrl = "github.com/qoomon/Jira-Issue-Card-Printer";
|
global.issueTrackingUrl = "github.com/qoomon/Jira-Issue-Card-Printer";
|
||||||
|
|
||||||
global.isDev = document.currentScript == null;
|
global.isDev = document.currentScript == null;
|
||||||
@ -595,7 +595,7 @@
|
|||||||
//Issues
|
//Issues
|
||||||
if (/.*\/issues\/.*/g.test(document.URL)) {
|
if (/.*\/issues\/.*/g.test(document.URL)) {
|
||||||
|
|
||||||
var issues = $('.issue-list').map(function() {
|
var issues = $('.issue-list > li').map(function() {
|
||||||
return $(this).attr('data-key');
|
return $(this).attr('data-key');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user