summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 06:29:45 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 06:29:45 +0100
commit867413478a0f18754c87a9998277e6d6d58abe08 (patch)
treebbc06c2c93d83e02210b504f9d8b05aab28287ac /feedlist.js
parent25cb57366a45f8b41ac632553c462e2636a09ed6 (diff)
remove ACTFEEDID container, keep information in a cookie instead (getActiveFeedId/setActiveFeedId API)
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js9
1 files changed, 2 insertions, 7 deletions
diff --git a/feedlist.js b/feedlist.js
index b5b34bfcc..2e6497a1a 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -1,5 +1,3 @@
-var active_feed_id = 666;
-var active_offset;
function viewfeed(feed, skip, subop, doc) {
@@ -40,12 +38,9 @@ function viewfeed(feed, skip, subop, doc) {
limit = "All";
}
- active_feed_id = feed;
- active_offset = skip;
+// document.getElementById("ACTFEEDID").innerHTML = feed;
- document.getElementById("ACTFEEDID").innerHTML = feed;
-
- setCookie("ttrss_vf_actfeed", feed);
+ setActiveFeedId(feed);
if (subop == "MarkAllRead") {