summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-15 10:13:49 +0100
committerAndrew Dolgov <[email protected]>2005-11-15 10:13:49 +0100
commit3745788e891932ba47ea4efe8d448e9f8d9ca359 (patch)
treefa09f24fee5f6d00ba9b9bed1298af39a001eb43 /feedlist.js
parentaa5f9f5fec1419b34e0ad71df3aad6019241b5c0 (diff)
toggle hide/display only unread feeds, All feeds: button ops changed into selector
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index a76e4a345..9e18489d9 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -88,4 +88,8 @@ function viewfeed(feed, skip, subop, doc) {
}
+function init() {
+ hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
+
+}