From 5c59ecf0ab7b841145e8e1724c6732d257e8ba45 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 4 Aug 2019 19:25:24 -0700 Subject: [PATCH] Forgot to specify the index here. --- src/Images/ImageCommon.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Images/ImageCommon.coffee b/src/Images/ImageCommon.coffee index 358e117ef..7a072e4a3 100644 --- a/src/Images/ImageCommon.coffee +++ b/src/Images/ImageCommon.coffee @@ -58,7 +58,7 @@ ImageCommon = threadJSON = g.SITE.urls.threadJSON?(post) return unless threadJSON $.ajax threadJSON, onloadend: -> - post.kill !post.isClone if @status is 404 + post.kill !post.isClone, fileObj.index if @status is 404 return redirect() if @status isnt 200 for postObj in @response.posts break if postObj.no is post.ID