From c0350960d5a735a880076e506a980d7c0a5e2ac0 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 15 Jan 2017 17:06:18 -0800 Subject: [PATCH] Encoding not needed here. --- src/classes/Fetcher.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/Fetcher.coffee b/src/classes/Fetcher.coffee index fdd4c9d9d..009f4eb6f 100644 --- a/src/classes/Fetcher.coffee +++ b/src/classes/Fetcher.coffee @@ -178,7 +178,7 @@ class Fetcher if @boardID is 'f' "#{location.protocol}//#{ImageHost.flashHost()}/#{@boardID}/#{encodeURIComponent data.media.media_filename}" else - "#{location.protocol}//#{ImageHost.host()}/#{@boardID}/#{encodeURIComponent data.media.media_orig}" + "#{location.protocol}//#{ImageHost.host()}/#{@boardID}/#{data.media.media_orig}" height: data.media.media_h width: data.media.media_w MD5: data.media.media_hash