summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-28 13:42:47 +0100
committerAndrew Dolgov <[email protected]>2006-09-28 13:42:47 +0100
commit33b8cab44f908c5f632ea7270e23d1d901eb744b (patch)
tree14ee03f90eef892d230e3741ef7f534ffc4050c3 /feedlist.js
parent30031575b04e0dfa89c76c1e34f3033d041bec0d (diff)
fix notify box, add notify prompt in viewfeed
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);
}