From 667dfde74c884da70e48f1cbacde50158299ad1d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 1 Jan 2015 22:40:55 -0800 Subject: [PATCH] Fix missing slash. --- 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 a0da6cc66..e5a4240d3 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -66,7 +66,7 @@ Main = return if Conf['JSON Navigation'] and Conf['Use 4chan X Catalog'] and g.VIEW is 'catalog' - location.replace "//boards.4chan.org/#{g.BOARD}#catalog" + location.replace "//boards.4chan.org/#{g.BOARD}/#catalog" return if Conf['Normalize URL'] and g.VIEW is 'thread'