Explorar el Código

Fix bug move feed to another category

CSRF
Alexandre Alapetite hace 9 años
padre
commit
d9bf9b2c6f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);