diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2009-10-22 12:01:40 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2009-10-22 12:01:40 +0400 |
| commit | 764311847b81caab9c97e705a4d7a471a72bffab (patch) | |
| tree | e126b4b959993c008f41ec538e277c3bcc05adec | |
| parent | c8358b5b0c179824767a074def2e5bff6f3cb66a (diff) | |
limit resort_feedlist() to category mode
| -rw-r--r-- | functions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js index 46d28ee7f..cffb79417 100644 --- a/functions.js +++ b/functions.js @@ -740,7 +740,7 @@ function resort_feedlist() { } } else { - resort_category($("feedList")); + //resort_category($("feedList")); } } |