From 82baad4a8a00249746f11b353361930383307306 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 Aug 2005 16:23:44 +0100 Subject: basic functionality pass 2 --- tt-rss.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 2cedbc0eb..a6f88d3d8 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -92,6 +92,8 @@ function view_callback() { function update_feed_list() { + document.getElementById("feeds").innerHTML = "Updating feeds, please wait..."; + xmlhttp.open("GET", "backend.php?op=feeds", true); xmlhttp.onreadystatechange=feedlist_callback; xmlhttp.send(null); -- cgit v1.2.3