Skip to content

Commit

Permalink
Show next story button now works across feeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed May 1, 2011
1 parent 63d6e79 commit 8b4b696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/newsblur/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8b4b696

Please sign in to comment.