summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-22 12:01:40 +0400
committerAndrew Dolgov <[email protected]>2009-10-22 12:01:40 +0400
commit764311847b81caab9c97e705a4d7a471a72bffab (patch)
treee126b4b959993c008f41ec538e277c3bcc05adec /functions.js
parentc8358b5b0c179824767a074def2e5bff6f3cb66a (diff)
limit resort_feedlist() to category 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 46d28ee7f..cffb79417 100644
--- a/functions.js
+++ b/functions.js
@@ -740,7 +740,7 @@ function resort_feedlist() {
}
} else {
- resort_category($("feedList"));
+ //resort_category($("feedList"));
}
}