]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix show only unread in feed actions
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Nov 2005 07:53:23 +0000 (08:53 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Nov 2005 07:53:23 +0000 (08:53 +0100)
tt-rss.js

index 922ae35bc1f7e36206985093f596ea6d13a70d8f..125479c340342f9c865f223c5f0a4838643c4782 100644 (file)
--- 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;
        }