From f0e2373ae71be3db3cd92c9753f2759bfc7c4d85 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Sep 2006 08:32:09 +0100 Subject: [PATCH] Update button was not forcing update of current feed (+ forcing reparse if daemon is running) --- tt-rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt-rss.php b/tt-rss.php index 26ecaffa..1315e3aa 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -198,7 +198,7 @@ window.onload = init; onclick="quickMenuGo('qmcSearch')" value="Search (tmp)"> -->   + onclick="viewCurrentFeed('ForceUpdate')" value="Update"> -- 2.39.5