1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 05:35:55 +00:00

code cleanup; initial button usage

This commit is contained in:
Andrew Dolgov
2010-01-12 14:44:41 +03:00
parent 27179741c1
commit f88c78147e
7 changed files with 25 additions and 65 deletions

View File

@@ -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);
}
}