mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 03:31:28 +00:00
add separate class for virtual cats to prevent resorting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user