Open links in comments in a new window (based on user's preference). Thanks to @mgeraci for the suggestion.

This commit is contained in:
Samuel Clay 2012-07-27 13:08:58 -07:00
parent 2657d714b8
commit b99d5f273c

View file

@ -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",