From 45de71ad41ae59837ee419fda77b83b6d0af309f Mon Sep 17 00:00:00 2001 From: Mayhem Date: Fri, 17 May 2013 22:03:01 +0200 Subject: [PATCH] Also block /fk/. --- 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 3191dc148..9cc8704a5 100644 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -2,7 +2,7 @@ Main = init: (items) -> pathname = location.pathname.split '/' g.BOARD = new Board pathname[1] - return if g.BOARD.ID is 'z' + return if g.BOARD.ID in ['z', 'fk'] g.VIEW = switch pathname[2] when 'res'