1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 09:05:55 +00:00

misc new schema support related work

This commit is contained in:
Andrew Dolgov
2005-11-19 09:18:34 +01:00
parent daa25e8a50
commit 05732aa0b6
4 changed files with 29 additions and 19 deletions

View File

@@ -250,7 +250,7 @@ function viewfeed(feed, skip, subop) {
}
function timeout() {
scheduleFeedUpdate(true);
scheduleFeedUpdate(false);
setTimeout("timeout()", 1800*1000);
}