From 527c3bf0221b28973dbd668e92ab9f91578914d2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 17 Aug 2007 17:15:14 +0100 Subject: parse_counters: enable feed icons on the fly --- functions.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions.js') 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) { -- cgit v1.2.3