diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-15 10:13:49 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-15 10:13:49 +0100 |
| commit | 3745788e891932ba47ea4efe8d448e9f8d9ca359 (patch) | |
| tree | fa09f24fee5f6d00ba9b9bed1298af39a001eb43 /feedlist.js | |
| parent | aa5f9f5fec1419b34e0ad71df3aad6019241b5c0 (diff) | |
toggle hide/display only unread feeds, All feeds: button ops changed into selector
Diffstat (limited to 'feedlist.js')
| -rw-r--r-- | feedlist.js | 4 |
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); + +} |