mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Open links in comments in a new window (based on user's preference). Thanks to @mgeraci for the suggestion.
This commit is contained in:
parent
2657d714b8
commit
b99d5f273c
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ NEWSBLUR.Views.StoryDetailView = Backbone.View.extend({
|
|||
|
||||
events: {
|
||||
"click .NB-feed-story-content a" : "click_link_in_story",
|
||||
"click .NB-feed-story-share-container a": "click_link_in_story",
|
||||
"click .NB-feed-story-comments a" : "click_link_in_story",
|
||||
"click .NB-feed-story-title" : "click_link_in_story",
|
||||
"mouseenter .NB-feed-story-manage-icon" : "mouseenter_manage_icon",
|
||||
"mouseleave .NB-feed-story-manage-icon" : "mouseleave_manage_icon",
|
||||
|
|
Loading…
Add table
Reference in a new issue