summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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);