mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
Story view opens the first story. Simple.
This commit is contained in:
parent
5f473ef746
commit
2c34815bea
1 changed files with 2 additions and 0 deletions
|
|
@ -1407,6 +1407,8 @@
|
|||
}
|
||||
} else if (this.story_view == 'feed') {
|
||||
this.prefetch_story_locations_in_feed_view();
|
||||
} else if (this.story_view == 'story') {
|
||||
this.show_next_story(1);
|
||||
}
|
||||
}
|
||||
if (this.flags['open_unread_stories_in_tabs']) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue