fix archive settings when opened on unarchived board
This commit is contained in:
parent
1b17521c14
commit
2adfe067db
@ -350,6 +350,9 @@ Settings =
|
||||
$.add row, Settings.addArchiveCell boardID, o, item for item in ['thread', 'post', 'file']
|
||||
rows.push row
|
||||
|
||||
unless g.BOARD.ID of archBoards
|
||||
rows[0].hidden = false
|
||||
|
||||
$.add $('tbody', section), rows
|
||||
|
||||
boardSelect = $('#archive-board-select', section)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user