mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
* fox.form.Select: add several properties allowing it to better
imitate other controls like DropDownButton, etc. * rework several main toolbar items to use fox.form.Select instead of other controls * replace HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM with HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 because of markup change (option instead of menuitem) * PluginHost: add some explicit typecasts to make intellephense shut up
This commit is contained in:
@@ -282,6 +282,10 @@ const Feeds = {
|
||||
CommonDialogs.safeModeWarning();
|
||||
}
|
||||
|
||||
dojo.connect(dijit.byId("main-catchup-dropdown"), 'onItemClick',
|
||||
(item) => Feeds.catchupCurrent(item.option.value)
|
||||
);
|
||||
|
||||
// bw_limit disables timeout() so we request initial counters separately
|
||||
if (App.getInitParam("bw_limit")) {
|
||||
this.requestCounters();
|
||||
|
||||
Reference in New Issue
Block a user