summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
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();
}