From 1e2d4410d320fcee644add76293f229741a163cb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 1 Dec 2018 22:39:29 +0300 Subject: move some more shared stuff to CommonDialogs, Filters, and Utils --- js/viewfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/viewfeed.js') diff --git a/js/viewfeed.js b/js/viewfeed.js index 1821c4853..3fb9f0749 100755 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1560,7 +1560,7 @@ const Headlines = { menu.addChild(new dijit.MenuItem({ label: __("Edit feed"), onClick: function () { - editFeed(this.getParent().currentTarget.getAttribute("data-feed-id")); + CommonDialogs.editFeed(this.getParent().currentTarget.getAttribute("data-feed-id")); } })); -- cgit v1.2.3