summaryrefslogtreecommitdiff
path: root/viewfeed.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 /viewfeed.js
parent30031575b04e0dfa89c76c1e34f3033d041bec0d (diff)
fix notify box, add notify prompt in viewfeed
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 66dc87781..9cc3aa390 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -8,6 +8,7 @@ function headlines_callback() {
var f = document.getElementById("headlines-frame");
f.innerHTML = xmlhttp.responseText;
update_all_counters();
+ notify("");
}
}