summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-03 16:37:46 +0100
committerAndrew Dolgov <[email protected]>2008-06-03 16:37:46 +0100
commitdf485d4f8e15f1f5ed47d0699124b5d8fc35ebf0 (patch)
treee639484fae5b15a31afc18bfd19c52c0e4c232ad /feedlist.js
parent793ec6ff2242baf32d03558b015694e913f4bed6 (diff)
new hotkey =: toggle hide read headlines
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 1cd784524..6ac2765d1 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -44,6 +44,9 @@ function viewNextFeedPage() {
function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
try {
+ // reset = hotkey
+ read_headlines_visible = true;
+
// if (!offset) page_offset = 0;
last_requested_article = 0;