Also block /fk/.

This commit is contained in:
Mayhem 2013-05-17 22:03:01 +02:00
parent 371cf05b68
commit 45de71ad41

View File

@ -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'