1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 10:25:56 +00:00

don't sort feedlist when sorting option is disabled

This commit is contained in:
Andrew Dolgov
2006-06-05 10:05:07 +01:00
parent c9268ed599
commit cea51014f7

View File

@@ -582,7 +582,7 @@ function all_counters_callback() {
getMainContext().parse_runtime_info(runtime);
}
if (getInitParam("feeds_sort_by_unread")) {
if (getInitParam("feeds_sort_by_unread") == 1) {
resort_feedlist();
}