summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-14 08:32:09 +0100
committerAndrew Dolgov <[email protected]>2006-09-14 08:32:09 +0100
commitf0e2373ae71be3db3cd92c9753f2759bfc7c4d85 (patch)
tree064222e93659d4d10abb5ae4b1ee5a89fd64d5c1 /tt-rss.php
parentbaef3dfe4b0f1c4f2349b53547d3ad92d6d056c0 (diff)
Update button was not forcing update of current feed (+ forcing reparse if daemon is running)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 26ecaffa2..1315e3aa1 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -198,7 +198,7 @@ window.onload = init;
onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->
&nbsp;<input class="button" type="submit"
- onclick="viewCurrentFeed(0, 'ForceUpdate')" value="Update">
+ onclick="viewCurrentFeed('ForceUpdate')" value="Update">
<input class="button" type="submit"
onclick="catchupCurrentFeed()" value="Mark as read">