Skip to content

Commit

Permalink
fix(github): Find correct issue number in GitHub project board
Browse files Browse the repository at this point in the history
Closes #1343.
  • Loading branch information
tcrammond authored and shantanuraj committed Apr 23, 2019
1 parent 69d9219 commit d3cb4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/content/github.js
Expand Up @@ -43,7 +43,7 @@ togglbutton.render('.js-project-card-details .js-comment:not(.toggl)', { observe
elem
) {
const titleElem = $('.js-issue-title');
const numElem = $('.js-issue-number');
const numElem = $('.js-project-card-details .project-comment-title-hover span.text-gray-light');
const projectElem = $('h1.public strong a, h1.private strong a');

let description = titleElem.textContent;
Expand Down

0 comments on commit d3cb4d5

Please sign in to comment.