mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Show next story button now works across feeds.
This commit is contained in:
parent
63d6e792fb
commit
8b4b696b47
1 changed files with 1 additions and 1 deletions
|
@ -5505,7 +5505,7 @@
|
|||
});
|
||||
$.targetIs(e, { tagSelector: '.task_button_story.task_story_next_unread' }, function($t, $p){
|
||||
e.preventDefault();
|
||||
self.show_next_unread_story();
|
||||
self.open_next_unread_story_across_feeds();
|
||||
});
|
||||
$.targetIs(e, { tagSelector: '.task_button_story.task_story_next' }, function($t, $p){
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Reference in a new issue