diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 0062215..0e790c5 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -153,6 +153,8 @@ ReplyBox.prototype.show = function(info) { var post = self.makePost(info); var a = $.ajax({ data: post, + processData: false, + contentType: false, url: info.url, method: "POST", dataType: "json"