summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 08:47:10 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 08:47:10 +0100
commit0c6744067065db59aee2e6da2260dc6e591b52d6 (patch)
tree143bfb20e088ef281de1c77fbce9afeffa372ce4 /viewfeed.js
parentc80e2175878be8e3e5759acf752f26f8126bf7f3 (diff)
fix updating of unread counters in feedlist on headlines load
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 85963dfeb..1fade8598 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -25,7 +25,7 @@ if (!xmlhttp_rpc && typeof XMLHttpRequest!='undefined') {
function view(id, feed_id) {
-// p_notify("Loading article...");
+ p_notify("Loading article...");
enableHotkeys();
@@ -46,7 +46,7 @@ function view(id, feed_id) {
var feedctr = f_doc.getElementById("FEEDCTR-" + feed_id);
if (feedctr) {
- feedctr.innerHTML = "";
+ feedctr.className = "invisible";
}
}