diff --git a/classes/feeds.php b/classes/feeds.php index fcbb2e7f1..a46d008a5 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -61,51 +61,42 @@ class Feeds extends Handler_Protected { $reply .= ""; $reply .= ""; $reply .= " "; - $reply .= ""; + $reply .= ""; /* menu */ - //$reply .= "get_hooks(PluginHost::HOOK_HEADLINE_TOOLBAR_BUTTON) as $p) { $reply .= $p->hook_headline_toolbar_button($feed_id, $is_cat); diff --git a/classes/pluginhost.php b/classes/pluginhost.php index f84b07251..08871af51 100755 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -69,6 +69,7 @@ class PluginHost { const HOOK_ENCLOSURE_IMPORTED = 45; const HOOK_HEADLINES_CUSTOM_SORT_MAP = 46; const HOOK_HEADLINES_CUSTOM_SORT_OVERRIDE = 47; + const HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM = 48; const KIND_ALL = 1; const KIND_SYSTEM = 2; 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);