]> git.wh0rd.org - tt-rss.git/blobdiff - js/tt-rss.js
Don't display label context menu items if there are no labels.
[tt-rss.git] / js / tt-rss.js
index 1872ad1ab230157e88472427800a569c655f987a..b498b5e998e005bb80c2dbe570a21b36cf71d229 100644 (file)
@@ -148,7 +148,7 @@ function viewCurrentFeed(method) {
 
 function timeout() {
        if (getInitParam("bw_limit") != "1") {
-               request_counters();
+               request_counters(true);
                setTimeout(timeout, 60*1000);
        }
 }