Make sure all folders are visible in the feed chooser dialog

This commit is contained in:
John Morahan 2014-05-21 23:41:44 +01:00
parent 60a3906c6e
commit a0789646b3

View file

@ -205,6 +205,9 @@ NEWSBLUR.ReaderFeedchooser.prototype = {
// Pretend unfetched feeds are fine
$('.NB-feed-unfetched', $feeds).removeClass('NB-feed-unfetched');
// Make sure all folders are visible
$('.NB-folder.NB-hidden', $feeds).removeClass('NB-hidden');
$('.unread_count_positive', $feeds).text('On');
$('.unread_count_negative', $feeds).text('Off');
@ -554,4 +557,4 @@ NEWSBLUR.ReaderFeedchooser.prototype = {
});
}
};
};