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()) {
|
||||
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) {
|
||||
|
|
Loading…
Reference in New Issue