diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-11-20 08:53:23 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-11-20 08:53:23 +0100 |
| commit | bdf7f1bc7140d40c1241b6ec639c129ebd916fb5 (patch) | |
| tree | d6d7961b3c483834e73cf1058b096fae0e36e3d8 /tt-rss.js | |
| parent | 14c8eca7145b1773230d92d8ce1f61a569711621 (diff) | |
fix show only unread in feed actions
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -522,7 +522,7 @@ function allFeedsMenuGo() { return; } - if (opname == "Show only read") { + if (opname == "Show only unread") { toggleDispRead(); return; } |