From bdf7f1bc7140d40c1241b6ec639c129ebd916fb5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Nov 2005 08:53:23 +0100 Subject: fix show only unread in feed actions --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt-rss.js b/tt-rss.js index 922ae35bc..125479c34 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -522,7 +522,7 @@ function allFeedsMenuGo() { return; } - if (opname == "Show only read") { + if (opname == "Show only unread") { toggleDispRead(); return; } -- cgit v1.2.3