diff options
| author | 2016-09-24 17:32:30 +0200 | |
|---|---|---|
| committer | 2016-09-24 17:32:30 +0200 | |
| commit | d9bf9b2c6f0b2cc9dec3b638841b7e3040dcf46f (patch) | |
| tree | 824e0433d4749fbe3882236d172ef8eefdb81f83 /p | |
| parent | 12fa756bbc10685438c8972dcca046c90ed4f548 (diff) | |
Fix bug move feed to another category
CSRF
Diffstat (limited to 'p')
| -rw-r--r-- | p/scripts/category.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/scripts/category.js b/p/scripts/category.js index eb08ecd6e..fbcd83a01 100644 --- a/p/scripts/category.js +++ b/p/scripts/category.js @@ -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); |
