From e25fd080bc5d1ecf976b439c1b7a70f8ac78e2b7 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 21 Jan 2014 15:09:16 +0100 Subject: [PATCH] Foolfuuka's API URL does not end with `.json` so we must define the responseType manually. --- src/General/Get.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/Get.coffee b/src/General/Get.coffee index 2de421e27..9fe328a13 100644 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -76,6 +76,7 @@ Get = $.cache url, -> Get.archivedPost @, boardID, postID, root, context , + responseType: 'json' withCredentials: url.archive.withCredentials insert: (post, root, context) -> # Stop here if the container has been removed while loading.