diff --git a/functions.js b/functions.js index 5999673bc..b5b8f7b63 100644 --- a/functions.js +++ b/functions.js @@ -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) {