summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-20 08:53:23 +0100
committerAndrew Dolgov <[email protected]>2005-11-20 08:53:23 +0100
commitbdf7f1bc7140d40c1241b6ec639c129ebd916fb5 (patch)
treed6d7961b3c483834e73cf1058b096fae0e36e3d8
parent14c8eca7145b1773230d92d8ce1f61a569711621 (diff)
fix show only unread in feed actions
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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;
}