summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 1a83a454c..6b8c189f6 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -94,6 +94,13 @@ function viewfeed(feed, subop, is_cat, subop_param) {
debug(query);
+/* var container = document.getElementById("headlines-frame");
+
+ container.innerHTML = "<div class=\"loadingPrompt\"><img src=\"images/indicator_white.gif\">&nbsp;" +
+ "Loading, please wait...</div>"; */
+
+ notify("Loading, please wait...", true);
+
if (xmlhttp_ready(xmlhttp)) {
xmlhttp.open("GET", query, true);
xmlhttp.onreadystatechange=headlines_callback;
@@ -102,7 +109,6 @@ function viewfeed(feed, subop, is_cat, subop_param) {
debug("xmlhttp busy (@feeds)");
}
-
} catch (e) {
exception_error("viewfeed", e);
}