1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:45:55 +00:00

fix missing context menu of Uncategorized

This commit is contained in:
Andrew Dolgov
2013-01-18 18:09:44 +04:00
parent 3a4c897382
commit 057cc81302

View 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;