mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding Safari Reading list support.
This commit is contained in:
parent
dacf368cbc
commit
c161f8d325
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue