1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 07:05:56 +00:00

block HIDE_FEEDLIST (refs #196)

This commit is contained in:
Andrew Dolgov
2008-02-20 13:38:38 +01:00
parent 08f3bb157a
commit 0b6cffa868
3 changed files with 11 additions and 8 deletions

View File

@@ -740,6 +740,7 @@ function clearFeedArticles(feed_id) {
return false;
}
/*
function toggle_feedlist() {
try {
debug("toggle_feedlist");
@@ -759,7 +760,7 @@ function toggle_feedlist() {
} catch (e) {
exception_error(e, "toggle_feedlist");
}
}
} */
function collapse_feedlist() {
try {