Skip to content

Commit

Permalink
Issue-comments: Update reference selector. Fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Oct 21, 2017
1 parent 9cda5d3 commit c6f1840
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions github-issue-comments.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name GitHub Toggle Issue Comments
// @version 1.1.2
// @version 1.1.3
// @description A userscript that toggles issues/pull request comments & messages
// @license MIT
// @author Rob Garrison
Expand Down Expand Up @@ -78,7 +78,8 @@
refs: {
isHidden: false,
name: "ghic-refs",
selector: ".discussion-item-ref, .discussion-item-head_ref_deleted",
selector: ".discussion-item",
contains: ".discussion-item-ref-title",
label: "References"
},
assigned: {
Expand Down

0 comments on commit c6f1840

Please sign in to comment.