fix missing context menu of Uncategorized
This commit is contained in:
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…
Reference in New Issue