From e2f509641a24181895cd01a60af5e2899e29ebaf Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:53:04 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/post-reply.js | 2 ++ 1 file changed, 2 insertions(+) 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"