]> git.wh0rd.org - tt-rss.git/blobdiff - viewfeed.js
fix notify box, add notify prompt in viewfeed
[tt-rss.git] / viewfeed.js
index 66dc877816ee1b2f7d6ec2a43e3e1384e1d0fe97..9cc3aa3908b71283382b6b2b22dce2b9f826bb2d 100644 (file)
@@ -8,6 +8,7 @@ function headlines_callback() {
                var f = document.getElementById("headlines-frame");
                f.innerHTML = xmlhttp.responseText;
                update_all_counters();
+               notify("");
        }
 }