mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 06:49:15 +00:00
viewfeed: general code cleanup
This commit is contained in:
@@ -358,7 +358,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
if (viewfeed_debug) {
|
||||
window.open("backend.php?" +
|
||||
dojo.objectToQuery(
|
||||
Object.assign({debug: 0, csrf_token: App.getInitParam("csrf_token")}, query)
|
||||
Object.assign({csrf_token: App.getInitParam("csrf_token")}, query)
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user