]> git.wh0rd.org Git - tt-rss.git/commitdiff
don't sort feedlist when sorting option is disabled
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 5 Jun 2006 09:05:07 +0000 (10:05 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 5 Jun 2006 09:05:07 +0000 (10:05 +0100)
functions.js

index 7ed20d53264220f3bc5f53738592597e382e92bb..d25670c414171ed10f4ef3f20d3a4bbcacda619b 100644 (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();              
                        }