From: Andrew Dolgov Date: Sun, 20 Nov 2005 07:53:23 +0000 (+0100) Subject: fix show only unread in feed actions X-Git-Tag: schema_feature_freeze_for_1.1~164 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bdf7f1bc7140d40c1241b6ec639c129ebd916fb5;p=tt-rss.git fix show only unread in feed actions --- diff --git a/tt-rss.js b/tt-rss.js index 922ae35b..125479c3 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; }