diff --git a/trello_bookmarklet.js b/trello_bookmarklet.js index b27b475..23f2e97 100755 --- a/trello_bookmarklet.js +++ b/trello_bookmarklet.js @@ -25,7 +25,7 @@ } else if ($("#show_issue").length) { // We're looking at a GitHub issue - name = $("#show_issue .number strong").text() + " " + $("#show_issue .content-title").text(); + name = $("#show_issue .number strong").text() + " " + $("#show_issue .discussion-topic-title").text(); } else if ($("#all_commit_comments").length) {