From 9ff7e7c1fd6646006fdbe94b34328c77b1bcad26 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 1 Jan 2015 21:52:54 -0800 Subject: [PATCH] Revert "Revert "Redirect native catalog to 4chan X catalog if 'Use 4chan X Catalog' is on. #247"" This reverts commit 11f38e14f82facc67f3770a89357fd56fadb156d. --- src/General/Main.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 0d2b195bc..a0da6cc66 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -65,6 +65,10 @@ Main = ImageCommon.addControls video return + if Conf['JSON Navigation'] and Conf['Use 4chan X Catalog'] and g.VIEW is 'catalog' + location.replace "//boards.4chan.org/#{g.BOARD}#catalog" + return + if Conf['Normalize URL'] and g.VIEW is 'thread' pathname = location.pathname.split '/' if pathname[2] isnt 'thread' or pathname.length > 4