diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-01-12 14:44:41 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-01-12 14:44:41 +0300 |
| commit | f88c78147edb6449f291f47273b2e78ed528a1ab (patch) | |
| tree | 03444885a654f3b8b17f92f59c9ddd28c096565f /tt-rss.js | |
| parent | 27179741c1d91427700270effceb96bd6c1852d9 (diff) | |
code cleanup; initial button usage
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } } |