diff options
| author | 2016-09-25 01:38:32 +0200 | |
|---|---|---|
| committer | 2016-09-25 01:38:32 +0200 | |
| commit | c1c5279109782537cf7d6b6b2664af2a0990fb16 (patch) | |
| tree | b6a547daa1b1fa0b3d6629efcc5188f24108f6cf /p/scripts | |
| parent | d86b71661c7008c2828bd420d21205e39847d98e (diff) | |
| parent | 7466f721efd6a9f1d8f5ebbe0007234276c347ee (diff) | |
Merge branch 'FreshRSS/dev' into PostgreSQL
Diffstat (limited to 'p/scripts')
| -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); |
