fix Mark as read button

This commit is contained in:
Andrew Dolgov 2006-08-01 14:01:15 +01:00
parent ec6e2fd35b
commit 28de373239
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ function catchupCurrentFeed() {
} */
if (confirm(str)) {
return viewCurrentFeed(0, 'MarkAllRead')
return viewCurrentFeed('MarkAllRead')
}
}