remove toggling from = hotkey, rename to f h

This commit is contained in:
Andrew Dolgov
2008-06-03 16:43:25 +01:00
parent 3908a1af90
commit 004523dda5
4 changed files with 8 additions and 10 deletions
+2 -1
View File
@@ -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]);