Fixing hidden story indicator button on intelligence slide.

This commit is contained in:
Samuel Clay 2013-07-11 21:54:52 -07:00
parent 6110dc833a
commit 9d6ae28502

View file

@ -3737,7 +3737,7 @@
this.flags['unread_threshold_temporarily'] = null;
this.switch_feed_view_unread_view(value);
if (NEWSBLUR.app.story_titles_header) {
NEWSBLUR.app.story_titles_header.show_feed_hidden_story_title_indicator(initial_load);
NEWSBLUR.app.story_titles_header.show_feed_hidden_story_title_indicator(true);
}
this.show_story_titles_above_intelligence_level({'animate': true, 'follow': true});
this.toggle_focus_in_slider();