From 7a991cac30acd4cbf4cca474765250b186d5fde7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 Nov 2005 11:18:01 +0100 Subject: option DISPLAY_FEEDLIST_ACTIONS, consolidate actions in one dropbox --- tt-rss.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 0fb61a117..1e8b2454c 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -467,6 +467,22 @@ function quickMenuGo() { displayDlg("quickDelFeed", actid); return; } + + if (opname.match("Update")) { + scheduleFeedUpdate(true); + return; + } + + if (opname.match("Mark as read")) { + catchupAllFeeds(); + return; + } + + if (opname.match("Toggle display read")) { + toggleDispRead(); + return; + } + } function qafAdd() { -- cgit v1.2.3