summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-17 17:15:14 +0100
committerAndrew Dolgov <[email protected]>2007-08-17 17:15:14 +0100
commit527c3bf0221b28973dbd668e92ab9f91578914d2 (patch)
tree353ecabd2821c46d25cb10abaf288d863c942177 /functions.js
parent70dcff6b3d681bbeae4b9536139426d6d60a46bd (diff)
parse_counters: enable feed icons on the fly
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index db3332d66..5999673bc 100644
--- a/functions.js
+++ b/functions.js
@@ -681,6 +681,10 @@ function parse_counters(reply, scheduled_call) {
}
}
+ if (has_img && feed_img && !is_msie()) {
+ feed_img.src = getInitParam("icons_location") + "/" + id + ".ico";
+ }
+
if (feedctr && feedu && feedr) {
if (feedu.innerHTML != ctr && id == getActiveFeedId() && scheduled_call) {