aboutsummaryrefslogtreecommitdiff
path: root/p/scripts
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-09-25 01:38:32 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-09-25 01:38:32 +0200
commitc1c5279109782537cf7d6b6b2664af2a0990fb16 (patch)
treeb6a547daa1b1fa0b3d6629efcc5188f24108f6cf /p/scripts
parentd86b71661c7008c2828bd420d21205e39847d98e (diff)
parent7466f721efd6a9f1d8f5ebbe0007234276c347ee (diff)
Merge branch 'FreshRSS/dev' into PostgreSQL
Diffstat (limited to 'p/scripts')
-rw-r--r--p/scripts/category.js1
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);