From a1217506e090d619689c9f6f765fb7183f2cb40b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 9 Jan 2015 17:47:15 -0800 Subject: [PATCH] On further consideration, I'd rather not redirect. #247 --- src/General/Main.coffee | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/General/Main.coffee b/src/General/Main.coffee index 372bd51b1..263162553 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -67,11 +67,6 @@ Main = ImageCommon.addControls video return - if Conf['JSON Navigation'] and Conf['Use 4chan X Catalog'] and g.VIEW is 'catalog' - search = location.href.match /#s=.*/ - location.replace "//boards.4chan.org/#{g.BOARD}/#{if search then search[0] else '#catalog'}" - return - if Conf['Normalize URL'] and g.VIEW is 'thread' pathname = location.pathname.split '/' if pathname[2] isnt 'thread' or pathname.length > 4