summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 14:44:41 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 14:44:41 +0300
commitf88c78147edb6449f291f47273b2e78ed528a1ab (patch)
tree03444885a654f3b8b17f92f59c9ddd28c096565f /tt-rss.js
parent27179741c1d91427700270effceb96bd6c1852d9 (diff)
code cleanup; initial button usage
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 04671c048..72ee01cce 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -919,7 +919,7 @@ function clearFeedArticles(feed_id) {
function collapse_feedlist() {
try {
- debug("toggle_feedlist");
+ debug("collapse_feedlist");
var theme = getInitParam("theme");
if (theme != "" && theme != "compact" && theme != "graycube" &&
@@ -981,7 +981,7 @@ function collapse_feedlist() {
}
} catch (e) {
- exception_error("toggle_feedlist", e);
+ exception_error("collapse_feedlist", e);
}
}