summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 86467ca22..c1a812aa5 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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 {