mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 09:35:55 +00:00
WIP reshuffling of JS global context into separate logical objects
This commit is contained in:
@@ -97,7 +97,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "dijit/Tree", "dijit/Menu"],
|
||||
menu.addChild(new dijit.MenuItem({
|
||||
label: __("Mark all feeds as read"),
|
||||
onClick: function() {
|
||||
catchupAllFeeds();
|
||||
Feeds.catchupAllFeeds();
|
||||
}}));
|
||||
|
||||
menu.bindDomNode(tnode.domNode);
|
||||
|
||||
Reference in New Issue
Block a user