mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Previous story button takes you up, no longer to previous story. Should've done this a while ago.
This commit is contained in:
parent
c502e23771
commit
3bfa6a93b1
1 changed files with 1 additions and 1 deletions
|
@ -5229,7 +5229,7 @@
|
|||
});
|
||||
$.targetIs(e, { tagSelector: '.NB-taskbar-button.NB-task-story-previous' }, function($t, $p){
|
||||
e.preventDefault();
|
||||
self.show_previous_story();
|
||||
self.show_next_story(-1);
|
||||
});
|
||||
$.targetIs(e, { tagSelector: '.NB-taskbar-button.NB-task-layout-full' }, function($t, $p){
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Reference in a new issue