]> git.wh0rd.org - tt-rss.git/blobdiff - js/feedlist.js
queryfeedheadlines: there's no need to quote order_by/override_order
[tt-rss.git] / js / feedlist.js
index d9bc0a0c9f768840b3c7516a61330a683636d0c7..1e783f3b37f0e215a66143bbad08c9d9852b7cac 100644 (file)
@@ -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');
                                }