mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:35:54 +00:00
Feeds.catchupAllFeeds() should be Feeds.catchupAll()
This commit is contained in:
@@ -110,7 +110,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "dijit/Tree", "dijit/Menu"],
|
|||||||
menu.addChild(new dijit.MenuItem({
|
menu.addChild(new dijit.MenuItem({
|
||||||
label: __("Mark all feeds as read"),
|
label: __("Mark all feeds as read"),
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
Feeds.catchupAllFeeds();
|
Feeds.catchupAll();
|
||||||
}}));
|
}}));
|
||||||
|
|
||||||
menu.bindDomNode(tnode.domNode);
|
menu.bindDomNode(tnode.domNode);
|
||||||
|
|||||||
Reference in New Issue
Block a user