Allowing unread recount to happen when marking all feeds as read.

This commit is contained in:
Samuel Clay 2010-08-18 08:10:24 -04:00
parent 9174df9503
commit 20c4d4d916

View file

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