1
0
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:
Andrew Dolgov
2010-11-20 15:29:50 +03:00
parent 141fb6e3a6
commit f9c388f509
6 changed files with 88 additions and 191 deletions

View File

@@ -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({