From 25520e978436b29f77f3504e698f8f8609e60a1f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 17 Jan 2021 11:27:07 +0300 Subject: Select... dropdown: replace dijit Select with DropDownButton, simplify layout PluginHost: add HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM Headlines.onActionChanged: removed --- js/Headlines.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'js/Headlines.js') diff --git a/js/Headlines.js b/js/Headlines.js index 78ad6d9c4..03e3f506a 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -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); -- cgit v1.2.3