Просмотр исходного кода

Fix bug move feed to another category

CSRF
Alexandre Alapetite 9 лет назад
Родитель
Сommit
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);