mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-19 19:42:59 -04:00
Fix bug move feed to another category
CSRF
This commit is contained in:
@@ -95,6 +95,7 @@ function init_draggable() {
|
||||
data : {
|
||||
f_id: dragFeedId,
|
||||
c_id: e.target.parentNode.getAttribute('data-cat-id'),
|
||||
_csrf: context.csrf,
|
||||
}
|
||||
}).done(function() {
|
||||
$(e.target).after(dragHtml);
|
||||
|
||||
Reference in New Issue
Block a user