1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 02:21:28 +00:00

fix auto-refresh of active feed when update detected in scheduled refetch call

This commit is contained in:
Andrew Dolgov
2006-12-06 09:59:59 +01:00
parent 5854573ad3
commit 3ac2f3c767
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ function refetch_callback() {
last_refetch = date.getTime() / 1000;
parse_counters_reply(xmlhttp_ctr);
parse_counters_reply(xmlhttp_ctr, true);
debug("refetch_callback: done");