aboutsummaryrefslogtreecommitdiff
path: root/p/scripts/category.js
diff options
context:
space:
mode:
Diffstat (limited to 'p/scripts/category.js')
-rw-r--r--p/scripts/category.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/category.js b/p/scripts/category.js
index fc8f8865a..d412bd6fb 100644
--- a/p/scripts/category.js
+++ b/p/scripts/category.js
@@ -143,7 +143,7 @@ function init_draggable() {
dragFeedId = '';
dragHtml = '';
};
- req.setRequestHeader('Content-Type', 'application/json');
+ req.setRequestHeader('Content-Type', 'application/json; charset=utf-8');
req.send(JSON.stringify({
f_id: dragFeedId,
c_id: ul_dropzone.getAttribute('data-cat-id'),