From 4a321540319c79b2cfbb4e786ffd366d76525025 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 10 Aug 2014 15:58:56 -0700 Subject: [PATCH] bugfix --- src/General/Get.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Get.coffee b/src/General/Get.coffee index ccad005f5..b50bf8541 100755 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -133,7 +133,7 @@ Get = archivedPost: (boardID, postID, root, context) -> return false unless Conf['Resurrect Quotes'] return false unless url = Redirect.to 'post', {boardID, postID} - if /^https:\/\//.test(URL) or location.protocol is 'http:' + if /^https:\/\//.test(url) or location.protocol is 'http:' $.cache url, -> Get.parseArchivedPost @response, boardID, postID, root, context ,