]> git.wh0rd.org Git - tt-rss.git/commitdiff
limit resort_feedlist() to category mode
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 22 Oct 2009 08:01:40 +0000 (12:01 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 22 Oct 2009 08:01:40 +0000 (12:01 +0400)
functions.js

index 46d28ee7f3de278e1bfa770230b34f4675c75c0a..cffb794175cadc7310ddb8d6258384bb20ccfbcf 100644 (file)
@@ -740,7 +740,7 @@ function resort_feedlist() {
                }
 
        } else {
-               resort_category($("feedList"));
+               //resort_category($("feedList"));
        }
 }