Disable enhanced index on /f/.
This commit is contained in:
parent
0eb224e077
commit
54eaa9adea
@ -1,6 +1,6 @@
|
||||
Index =
|
||||
init: ->
|
||||
return if g.VIEW isnt 'index'
|
||||
return if g.VIEW isnt 'index' or g.BOARD.ID is 'f'
|
||||
|
||||
@button = $.el 'a',
|
||||
className: 'index-refresh-shortcut fa fa-refresh'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user