Also block /fk/.
This commit is contained in:
parent
371cf05b68
commit
45de71ad41
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user