Przeglądaj źródła

Fix bug move feed to another category

CSRF
Alexandre Alapetite 9 lat temu
rodzic
commit
d9bf9b2c6f
1 zmienionych plików z 1 dodań i 0 usunięć
  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);