From daff73a2c4e7d363a98f8940196584f4aa848507 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 12 Apr 2014 09:55:06 -0700 Subject: [PATCH] begin migration to new URLs --- 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 3f6ccdbbc..a8ba52b08 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -8,7 +8,7 @@ Main = return if g.BOARD.ID in ['z', 'fk'] g.VIEW = switch pathname[2] - when 'res' + when 'res', 'thread' 'thread' when 'catalog' 'catalog'