1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 06:51:29 +00:00

fix _force_scheduled_update handling

This commit is contained in:
Andrew Dolgov
2010-11-11 11:36:56 +03:00
parent d36f560740
commit ac49453bd8
2 changed files with 9 additions and 1 deletions

View File

@@ -323,6 +323,9 @@ function showArticleInHeadlines(id) {
markHeadline(id);
if (article_is_unread)
_force_scheduled_update = true;
} catch (e) {
exception_error("showArticleInHeadlines", e);
}