1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:05:55 +00:00

headlines-frame: set is-vfeed attribute if result is virtual feed

This commit is contained in:
Andrew Dolgov
2019-01-16 21:33:59 +03:00
parent 17a8821c0b
commit 8b26b8629f
2 changed files with 6 additions and 2 deletions

View File

@@ -561,6 +561,9 @@ define(["dojo/_base/declare"], function (declare) {
$("headlines-frame").addClassName(App.isCombinedMode() ? "cdm" : "normal");
$("headlines-frame").setAttribute("is-vfeed",
reply['headlines']['is_vfeed'] ? 1 : 0);
Article.setActive(0);
try {