diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:42:47 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-09-28 13:42:47 +0100 |
| commit | 33b8cab44f908c5f632ea7270e23d1d901eb744b (patch) | |
| tree | 14ee03f90eef892d230e3741ef7f534ffc4050c3 /viewfeed.js | |
| parent | 30031575b04e0dfa89c76c1e34f3033d041bec0d (diff) | |
fix notify box, add notify prompt in viewfeed
Diffstat (limited to 'viewfeed.js')
| -rw-r--r-- | viewfeed.js | 1 |
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(""); } } |