mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing small issue in scoring saved stories.
This commit is contained in:
parent
90c6971f3e
commit
ee4e0d7411
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ NEWSBLUR.Models.Story = Backbone.Model.extend({
|
|||
},
|
||||
|
||||
score: function() {
|
||||
if (NEWSBLUR.reader.active_feed == 'starred') {
|
||||
if (NEWSBLUR.reader.flags['starred_view']) {
|
||||
return 1;
|
||||
} else {
|
||||
return NEWSBLUR.utils.compute_story_score(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue