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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user