1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 19:51:28 +00:00

properly select next unread feed in feedlist when catching up

This commit is contained in:
Andrew Dolgov
2009-01-23 15:20:36 +01:00
parent 5c432ba490
commit e8a429e3f8
4 changed files with 104 additions and 15 deletions

View File

@@ -234,7 +234,7 @@ function headlines_callback2(transport, feed_cur_page) {
remove_splash();
} catch (e) {
exception_error("headlines_callback2", e);
exception_error_ext("headlines_callback2", e, transport);
}
}