From 20846ad4fe90b6025c302d025d9a3e214bf7f41e Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sat, 5 Apr 2014 13:40:54 +0200 Subject: [PATCH] Fix #1511 --- src/General/Get.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/Get.coffee b/src/General/Get.coffee index 82eccdabb..116fdc784 100644 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -100,6 +100,7 @@ Get = $.cache url, -> Get.archivedPost @, boardID, postID, root, context , + responseType: 'json' withCredentials: url.archive.withCredentials else $.addClass root, 'warning'