Previous story button takes you up, no longer to previous story. Should've done this a while ago.

This commit is contained in:
Samuel Clay 2013-08-22 20:29:00 -07:00
parent c502e23771
commit 3bfa6a93b1

View file

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