summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-17 11:27:07 +0300
committerAndrew Dolgov <[email protected]>2021-01-17 11:27:07 +0300
commit25520e978436b29f77f3504e698f8f8609e60a1f (patch)
treecbbe1331f4d01db5ba4ec6d69d1ce668470057be /js
parent7a2ad08a7da679e0a8f62e60fa036ff9a23e6e11 (diff)
Select... dropdown: replace dijit Select with DropDownButton, simplify layout
PluginHost: add HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM Headlines.onActionChanged: removed
Diffstat (limited to 'js')
-rwxr-xr-xjs/Headlines.js5
1 files changed, 0 insertions, 5 deletions
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);