瀏覽代碼

Fix bug move feed to another category

CSRF
Alexandre Alapetite 9 年之前
父節點
當前提交
d9bf9b2c6f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      p/scripts/category.js

+ 1 - 0
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);