From 16a4d5785f1c0a7ee99c89d6aa66c32cd4520b61 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 17 May 2014 22:34:03 -0700 Subject: [PATCH] fix image 404 redirection --- src/General/Main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Main.coffee b/src/General/Main.coffee index a5ce8e63a..1d671ede9 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -50,7 +50,7 @@ Main = Report.init() return when 'i.4cdn.org' - if Conf['Loop in New Tab'] and video = $ 'video' + if Conf['Loop in New Tab'] and document.body and video = $ 'video' Video.configure video $.on video, 'click', -> if !video.controls