1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:05:56 +00:00

Select... dropdown: replace dijit Select with DropDownButton, simplify layout

PluginHost: add HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM
Headlines.onActionChanged: removed
This commit is contained in:
Andrew Dolgov
2021-01-17 11:27:07 +03:00
parent 7a2ad08a7d
commit 25520e9784
3 changed files with 26 additions and 39 deletions

View File

@@ -1207,11 +1207,6 @@ const Headlines = {
});
}
},
onActionChanged: function (elem) {
// eslint-disable-next-line no-eval
eval(elem.value);
elem.attr('value', 'false');
},
scrollToArticleId: function (id) {
const container = $("headlines-frame");
const row = $("RROW-" + id);