mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing original view, broken during backbone upgrade.
This commit is contained in:
parent
9bcfd0ad41
commit
bb337e9b3d
1 changed files with 2 additions and 0 deletions
|
@ -640,6 +640,8 @@ NEWSBLUR.Views.OriginalTabView = Backbone.View.extend({
|
|||
},
|
||||
|
||||
toggle_selected_story: function(model, selected, options) {
|
||||
options = options || {};
|
||||
|
||||
if (selected &&
|
||||
NEWSBLUR.reader.story_view == 'page' &&
|
||||
!options.selected_in_original &&
|
||||
|
|
Loading…
Add table
Reference in a new issue