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']
|
$.add row, Settings.addArchiveCell boardID, o, item for item in ['thread', 'post', 'file']
|
||||||
rows.push row
|
rows.push row
|
||||||
|
|
||||||
|
unless g.BOARD.ID of archBoards
|
||||||
|
rows[0].hidden = false
|
||||||
|
|
||||||
$.add $('tbody', section), rows
|
$.add $('tbody', section), rows
|
||||||
|
|
||||||
boardSelect = $('#archive-board-select', section)
|
boardSelect = $('#archive-board-select', section)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user