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
1 changed files with 1 additions and 1 deletions

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;