From 782ddd701480eb36767d94a1549f956c2ab8cc35 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Aug 2008 08:34:35 +0100 Subject: [PATCH] implement (incomplete) sortable feedlist --- feedlist.js | 2 ++ functions.php | 2 +- sanity_check.php | 2 +- schema/ttrss_schema_mysql.sql | 3 ++- schema/ttrss_schema_pgsql.sql | 3 ++- schema/versions/mysql/41.sql | 6 ++++++ schema/versions/pgsql/41.sql | 6 ++++++ 7 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 schema/versions/mysql/41.sql create mode 100644 schema/versions/pgsql/41.sql diff --git a/feedlist.js b/feedlist.js index f0e4951d..1f148104 100644 --- a/feedlist.js +++ b/feedlist.js @@ -354,6 +354,8 @@ function feedlist_init() { init_collapsable_feedlist(getInitParam("theme")); + Sortable.create('feedList'); + } catch (e) { exception_error("feedlist/init", e); } diff --git a/functions.php b/functions.php index e09ff932..24019473 100644 --- a/functions.php +++ b/functions.php @@ -4109,7 +4109,7 @@ print ""; - print ""; + //print ""; print "