summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.js4
1 files changed, 3 insertions, 1 deletions
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) {