1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 21:39:15 +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

View File

@@ -117,7 +117,7 @@
print "</table>";
print "<div class=\"invisible\" id=\"FEEDTU\">$total_unread</div>";
print "<div class=\"invisible\" id=\"ACTFEEDID\">$actid</div>";
// print "<div class=\"invisible\" id=\"ACTFEEDID\">$actid</div>";
}