From dc84e10ba1c0a886bf56d63b7d6d145806d2cc71 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 13:52:21 +0300 Subject: catchupFeedInGroup: overhaul 1. less hacky way to catchup actually unread headlines 2. don't fade rows away because it's inconsistent with different mark-as-read functions 3. fix stuck progress alert --- js/Headlines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Headlines.js') diff --git a/js/Headlines.js b/js/Headlines.js index d01c1cb38..20ae3e1a9 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -255,7 +255,7 @@ define(["dojo/_base/declare"], function (declare) { let vgrhdr = `
${hl.feed_icon}
${hl.feed_title} - ${__('mark feed as read')} + check_circle
` const tmp = document.createElement("div"); -- cgit v1.2.3