From 3745788e891932ba47ea4efe8d448e9f8d9ca359 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 15 Nov 2005 10:13:49 +0100 Subject: toggle hide/display only unread feeds, All feeds: button ops changed into selector --- feedlist.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'feedlist.js') 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); + +} -- cgit v1.2.3