mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
Fixing Text view.
This commit is contained in:
parent
75388bcb3c
commit
f3ff9ff476
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ NEWSBLUR.Views.TextTabView = Backbone.View.extend({
|
|||
this.story = story;
|
||||
this.$el.html(new NEWSBLUR.Views.StoryDetailView({
|
||||
model: this.story,
|
||||
collection: this.story.collection,
|
||||
show_feed_title: true,
|
||||
skip_content: true,
|
||||
text_view: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue