Skip to content

Commit

Permalink
Merge pull request #12 from sodoku/master
Browse files Browse the repository at this point in the history
Changed the jquery selector to refelct the changes of githubs changes
  • Loading branch information
danlec committed Nov 21, 2012
2 parents 2bc8a5d + e98601c commit 7bb7c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trello_bookmarklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit 7bb7c81

Please sign in to comment.