Skip to content

Commit

Permalink
fix(atlassian): Fix Jira placement on Issues
Browse files Browse the repository at this point in the history
close #2002
  • Loading branch information
dpsxp committed Feb 17, 2022
1 parent 9d14efb commit 7005b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/atlassian.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ togglbutton.render(

if (issueWrapper) {
issueNumberElement = issueWrapper.querySelector('.issue_view_permalink_button_wrapper').previousElementSibling;
container = issueWrapper.parentElement.parentElement;
container = issueWrapper.parentElement;
} else {
container = elem.querySelector('[class^=BreadcrumbsContainer]');
issueNumberElement = container.lastElementChild;
Expand Down

0 comments on commit 7005b8b

Please sign in to comment.