mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Allowing unread recount to happen when marking all feeds as read.
This commit is contained in:
parent
9174df9503
commit
20c4d4d916
1 changed files with 2 additions and 0 deletions
|
@ -2737,6 +2737,8 @@
|
|||
var percentage = 0;
|
||||
var factor = 17500 * _.keys(this.model.feeds).length / 40000;
|
||||
|
||||
this.flags['count_unreads_after_import_finished'] = false;
|
||||
|
||||
$('.NB-progress-title', $progress).text('Counting is difficult');
|
||||
$('.NB-progress-counts', $progress).hide();
|
||||
$('.NB-progress-percentage', $progress).hide();
|
||||
|
|
Loading…
Add table
Reference in a new issue