mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-09 15:01:00 +01:00
only replace feed icon when needed
This commit is contained in:
parent
014ae469d3
commit
f780548aca
@ -682,7 +682,9 @@ function parse_counters(reply, scheduled_call) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (has_img && feed_img && !is_msie()) {
|
if (has_img && feed_img && !is_msie()) {
|
||||||
feed_img.src = getInitParam("icons_location") + "/" + id + ".ico";
|
if (!feed_img.src.match(id + ".ico")) {
|
||||||
|
feed_img.src = getInitParam("icons_location") + "/" + id + ".ico";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (feedctr && feedu && feedr) {
|
if (feedctr && feedu && feedr) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user