diff --git a/functions.js b/functions.js index 7ed20d532..d25670c41 100644 --- a/functions.js +++ b/functions.js @@ -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(); }