fix show only unread in feed actions

master
Andrew Dolgov 19 years ago
parent 14c8eca714
commit bdf7f1bc71

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

Loading…
Cancel
Save