mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing scope bug on intelligence slider.
This commit is contained in:
parent
b7798198e4
commit
c3c649211f
1 changed files with 1 additions and 1 deletions
|
@ -1816,7 +1816,7 @@
|
|||
self.switch_feed_view_unread_view(ui.value);
|
||||
},
|
||||
stop: function(e, ui) {
|
||||
this.model.preference('unread_view', ui.value);
|
||||
self.model.preference('unread_view', ui.value);
|
||||
self.flags['feed_view_positions_calculated'] = false;
|
||||
self.show_correct_story_titles_in_unread_view({'animate': true, 'follow': true});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue