summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 22:39:29 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 22:39:29 +0300
commit1e2d4410d320fcee644add76293f229741a163cb (patch)
tree11228eaba3165f1ef5503c7ffa23e577d1fc886b /js/viewfeed.js
parent4b492cc93ef2a15a4d5dfe51d38164884464d1a9 (diff)
move some more shared stuff to CommonDialogs, Filters, and Utils
Diffstat (limited to 'js/viewfeed.js')
-rwxr-xr-xjs/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
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"));
}
}));