1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:21:28 +00:00

big interface overhaul, new logo

This commit is contained in:
Andrew Dolgov
2005-09-07 08:19:14 +01:00
parent 94f6fd94e5
commit e828e31e83
14 changed files with 450 additions and 355 deletions

View File

@@ -74,11 +74,12 @@ function viewfeed(feed, skip, subop, doc) {
headlines_frame.location.href = query + "&addheader=true";
cleanSelected("feedsList");
cleanSelectedList("feedList");
var feedr = document.getElementById("FEEDR-" + feed);
if (feedr) {
feedr.className = feedr.className + "Selected";
}
}
disableContainerChildren("headlinesToolbar", false, doc);