fix missing context menu of Uncategorized

master
Andrew Dolgov 12 years ago
parent 3a4c897382
commit 057cc81302

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

Loading…
Cancel
Save