From 004523dda5b91a641b278498fc6172c06ec428b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 3 Jun 2008 16:43:25 +0100 Subject: remove toggling from = hotkey, rename to f h --- viewfeed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'viewfeed.js') diff --git a/viewfeed.js b/viewfeed.js index 05639dbc3..f8cd3f0c3 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -21,7 +21,6 @@ var vgroup_last_feed = false; var post_under_pointer = false; var last_requested_article = false; -var read_headlines_visible = true; function catchup_callback() { if (xmlhttp_rpc.readyState == 4) { @@ -1805,6 +1804,8 @@ function hideReadHeadlines() { ids = cdmGetVisibleArticles(); } + var read_headlines_visible = true; + for (var i = 0; i < ids.length; i++) { var row = document.getElementById("RROW-" + ids[i]); -- cgit v1.2.3-54-g00ecf