1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

implement (incomplete) sortable feedlist

This commit is contained in:
Andrew Dolgov
2008-08-29 08:34:35 +01:00
parent 4f3760433f
commit 782ddd7014
7 changed files with 20 additions and 4 deletions
+2
View File
@@ -354,6 +354,8 @@ function feedlist_init() {
init_collapsable_feedlist(getInitParam("theme"));
Sortable.create('feedList');
} catch (e) {
exception_error("feedlist/init", e);
}