Show next story button now works across feeds.

This commit is contained in:
Samuel Clay 2011-04-30 22:09:43 -04:00
parent 63d6e792fb
commit 8b4b696b47

View file

@ -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();