viewfeed: general code cleanup

This commit is contained in:
Andrew Dolgov
2018-12-07 21:22:51 +03:00
parent 8f75b06835
commit 76885fc5ad
3 changed files with 5 additions and 321 deletions
-1
View File
@@ -248,7 +248,6 @@ define(["dojo/_base/declare"], function (declare) {
if (hl.published) row_class += " published";
if (hl.unread) row_class += " Unread";
if (headlines.vfeed_group_enabled && hl.feed_title && this.vgroup_last_feed != hl.feed_id) {
let vgrhdr = `<div data-feed-id='${hl.feed_id}' class='feed-title'>
<div style='float : right'>${hl.feed_icon}</div>