Also block /fk/.
This commit is contained in:
parent
371cf05b68
commit
45de71ad41
@ -2,7 +2,7 @@ Main =
|
|||||||
init: (items) ->
|
init: (items) ->
|
||||||
pathname = location.pathname.split '/'
|
pathname = location.pathname.split '/'
|
||||||
g.BOARD = new Board pathname[1]
|
g.BOARD = new Board pathname[1]
|
||||||
return if g.BOARD.ID is 'z'
|
return if g.BOARD.ID in ['z', 'fk']
|
||||||
g.VIEW =
|
g.VIEW =
|
||||||
switch pathname[2]
|
switch pathname[2]
|
||||||
when 'res'
|
when 'res'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user