mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
refactor feed edit dialog
This commit is contained in:
@@ -107,7 +107,7 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
|
||||
menu.addChild(new dijit.MenuItem({
|
||||
label: __("Edit feed"),
|
||||
onClick: function() {
|
||||
editFeedDlg(this.getParent().row_id);
|
||||
editFeed(this.getParent().row_id);
|
||||
}}));
|
||||
|
||||
menu.addChild(new dijit.MenuItem({
|
||||
|
||||
Reference in New Issue
Block a user