1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 23:29:15 +00:00

score: get correct classes for rows/score icons on the client

This commit is contained in:
Andrew Dolgov
2018-12-11 10:00:54 +03:00
parent fd6f3e7f07
commit 25ca144bb7
5 changed files with 49 additions and 67 deletions

View File

@@ -344,9 +344,6 @@ class Feeds extends Handler_Protected {
$score = $line["score"];
$line["score_pic"] = get_score_pic($score);
$line["score_class"] = get_score_class($score);
if ($line["tag_cache"])
$tags = explode(",", $line["tag_cache"]);
else