diff --git a/media/js/newsblur/views/text_tab_view.js b/media/js/newsblur/views/text_tab_view.js index 0bf5b054f..58cb914f8 100644 --- a/media/js/newsblur/views/text_tab_view.js +++ b/media/js/newsblur/views/text_tab_view.js @@ -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,