Fix bug move feed to another category

CSRF
This commit is contained in:
Alexandre Alapetite
2016-09-24 17:32:30 +02:00
parent 12fa756bbc
commit d9bf9b2c6f

View File

@@ -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);