summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 16:23:44 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 16:23:44 +0100
commit82baad4a8a00249746f11b353361930383307306 (patch)
treef52338550281673188fd2f8e67259e2661c65ca8 /tt-rss.js
parenta1a8a2be02600413edd36374f239e936f8fbff3c (diff)
basic functionality pass 2
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
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);