mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Free users also need to complete the river.
This commit is contained in:
parent
af1e344da5
commit
5947b284b1
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ NEWSBLUR.Views.DashboardRiver = Backbone.View.extend({
|
|||
var visible = NEWSBLUR.assets.dashboard_stories.visible().length;
|
||||
if (visible >= 3 && !NEWSBLUR.Globals.is_premium) {
|
||||
this.story_titles.check_premium_river();
|
||||
this.complete_fill();
|
||||
return;
|
||||
}
|
||||
if (visible >= 5) {
|
||||
|
|
Loading…
Add table
Reference in a new issue