add edit feed to feed header context menu in grouped mode
This commit is contained in:
parent
b717c65e4e
commit
a0dbc45acd
1 changed files with 6 additions and 0 deletions
|
@ -2185,6 +2185,12 @@ function initHeadlinesMenu() {
|
|||
catchupFeedInGroup(menu.callerRowId);
|
||||
}}));
|
||||
|
||||
menu.addChild(new dijit.MenuItem({
|
||||
label: __("Edit feed"),
|
||||
onClick: function(event) {
|
||||
editFeed(menu.callerRowId);
|
||||
}}));
|
||||
|
||||
menu.startup();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue