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