1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:15:55 +00:00

fix show only unread in feed actions

This commit is contained in:
Andrew Dolgov
2005-11-20 08:53:23 +01:00
parent 14c8eca714
commit bdf7f1bc71

View File

@@ -522,7 +522,7 @@ function allFeedsMenuGo() {
return;
}
if (opname == "Show only read") {
if (opname == "Show only unread") {
toggleDispRead();
return;
}