]> 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 c51e25db5940b1445eca54838256302f684778f8..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);
        }
 }
@@ -228,6 +228,7 @@ function init() {
                        "dijit/form/Form",
                        "dijit/form/RadioButton",
                        "dijit/form/Select",
+               "dijit/form/MultiSelect",
                        "dijit/form/SimpleTextarea",
                        "dijit/form/TextBox",
                        "dijit/form/ComboBox",