From cea51014f7e938dc9688d3370e5f2cdc3115a3ef Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Jun 2006 10:05:07 +0100 Subject: don't sort feedlist when sorting option is disabled --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v1.2.3