From f3ff9ff476ec807eb57c8981a596640ac645c24f Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Fri, 26 Apr 2013 11:36:45 -0700 Subject: [PATCH] Fixing Text view. --- media/js/newsblur/views/text_tab_view.js | 1 + 1 file changed, 1 insertion(+) 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,