From b2993bcd3076ac20ab02d2402c0217ace0ac6d02 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 17 Jan 2021 10:37:40 +0300 Subject: [PATCH] remove menu options to manually un/archive articles --- classes/feeds.php | 3 --- js/Headlines.js | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/classes/feeds.php b/classes/feeds.php index 744c463af..674d549b0 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -83,10 +83,7 @@ class Feeds extends Handler_Protected { $reply .= ""; if ($feed_id == 0 && !$is_cat) { - $reply .= ""; $reply .= ""; - } else { - $reply .= ""; } if (PluginHost::getInstance()->get_plugin("mail")) { diff --git a/js/Headlines.js b/js/Headlines.js index b98098c33..78ad6d9c4 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -1085,6 +1085,7 @@ const Headlines = { } } }, + /* not exposed in the UI by default, deprecated - ? */ archiveSelection: function () { const rows = Headlines.getSelected();