summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 7620dab52..98d5f5a0f 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -382,7 +382,7 @@ function feedlist_init() {
init_collapsable_feedlist(getInitParam("theme"));
- Sortable.create('feedList', {onChange: feedlist_dragsorted});
+ Sortable.create('feedList', {onChange: feedlist_dragsorted, only: "feedCat"});
} catch (e) {
exception_error("feedlist/init", e);