1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 12:51:29 +00:00

fix notify box, add notify prompt in viewfeed

This commit is contained in:
Andrew Dolgov
2006-09-28 13:42:47 +01:00
parent 30031575b0
commit 33b8cab44f
4 changed files with 19 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ function headlines_callback() {
var f = document.getElementById("headlines-frame");
f.innerHTML = xmlhttp.responseText;
update_all_counters();
notify("");
}
}