1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 00:55:55 +00:00

limit resort_feedlist() to category mode

This commit is contained in:
Andrew Dolgov
2009-10-22 12:01:40 +04:00
parent c8358b5b0c
commit 764311847b

View File

@@ -740,7 +740,7 @@ function resort_feedlist() {
} }
} else { } else {
resort_category($("feedList")); //resort_category($("feedList"));
} }
} }