]> git.wh0rd.org - tt-rss.git/commitdiff
fix missing context menu of Uncategorized
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 18 Jan 2013 14:09:44 +0000 (18:09 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 18 Jan 2013 14:09:44 +0000 (18:09 +0400)
js/FeedTree.js

index bff9b8c88b4fb338b789467bd20363eeb1fcb222..22e91362a3542aa379c97db0585b3ae51e32d337 100644 (file)
@@ -148,7 +148,7 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
                        tnode._menu = menu;
                }
 
-               if (id.match("CAT:") && bare_id > 0) {
+               if (id.match("CAT:") && bare_id >= 0) {
                        var menu = new dijit.Menu();
                        menu.row_id = bare_id;