Adding Safari Reading list support.

This commit is contained in:
Samuel Clay 2013-06-03 14:42:22 -07:00
parent dacf368cbc
commit c161f8d325
2 changed files with 4 additions and 0 deletions

View file

@ -515,6 +515,8 @@ NEWSBLUR.Views.StoryDetailView = Backbone.View.extend({
// ==========
click_link_in_story: function(e) {
if (NEWSBLUR.hotkeys.shift) return;
e.preventDefault();
e.stopPropagation();
if (e.which >= 2) return;

View file

@ -272,6 +272,8 @@ NEWSBLUR.Views.StoryTitleView = Backbone.View.extend({
// ==========
select_story: function(e) {
if (NEWSBLUR.hotkeys.shift) return;
e.preventDefault();
e.stopPropagation();
if (e.which == 1 && $('.NB-menu-manage-container:visible').length) return;