1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

scheduleFeedUpdate behaviour changed (force when Update clicked, use MIN_UPDATE_TIME on startup

This commit is contained in:
Andrew Dolgov
2005-08-23 07:30:20 +01:00
parent 11c2f3fae5
commit cb2461767d
2 changed files with 12 additions and 8 deletions

View File

@@ -103,7 +103,7 @@
print "<p align=\"center\">All feeds:
<a class=\"button\"
href=\"javascript:scheduleFeedUpdate()\">Update</a>";
href=\"javascript:scheduleFeedUpdate(true)\">Update</a>";
print "&nbsp;<a class=\"button\"
href=\"javascript:catchupAllFeeds()\">Mark as read</a></p>";