mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:15:55 +00:00
queryfeedheadlines: there's no need to quote order_by/override_order
else: feedicon cache busting etc
This commit is contained in:
@@ -326,7 +326,7 @@ function parse_counters(elems) {
|
||||
if (id > 0) {
|
||||
if (has_img) {
|
||||
setFeedIcon(id, false,
|
||||
getInitParam("icons_url") + "/" + id + ".ico");
|
||||
getInitParam("icons_url") + "/" + id + ".ico?" + has_img);
|
||||
} else {
|
||||
setFeedIcon(id, false, 'images/blank_icon.gif');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user