Kaynağa Gözat

Fix bug move feed to another category

CSRF
Alexandre Alapetite 9 yıl önce
ebeveyn
işleme
d9bf9b2c6f
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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);