From fa3bcfa37997cada30b14a520dc5334a8049e963 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Dec 2017 22:49:57 +0300 Subject: queryfeedheadlines: there's no need to quote order_by/override_order else: feedicon cache busting etc --- js/feedlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/feedlist.js b/js/feedlist.js index d9bc0a0c9..1e783f3b3 100644 --- a/js/feedlist.js +++ b/js/feedlist.js @@ -326,7 +326,7 @@ function parse_counters(elems) { if (id > 0) { if (has_img) { setFeedIcon(id, false, - getInitParam("icons_url") + "/" + id + ".ico"); + getInitParam("icons_url") + "/" + id + ".ico?" + has_img); } else { setFeedIcon(id, false, 'images/blank_icon.gif'); } -- cgit v1.2.3