1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove ACTFEEDID container, keep information in a cookie instead (getActiveFeedId/setActiveFeedId API)

This commit is contained in:
Andrew Dolgov
2005-09-08 06:29:45 +01:00
parent 25cb57366a
commit 867413478a
5 changed files with 32 additions and 38 deletions
+2 -7
View File
@@ -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") {