This commit is contained in:
Zixaphir 2013-05-14 12:25:58 -07:00
parent 86b5b0931c
commit 57f37a3811
4 changed files with 4 additions and 3 deletions

View File

@ -9833,7 +9833,6 @@
className: "board-" + boardID
});
row.hidden = boardID !== g.BOARD.ID;
rows.push(row);
boardOptions.push($.el('option', {
textContent: "/" + boardID + "/",
value: "board-" + boardID,
@ -9845,6 +9844,7 @@
item = _ref4[_l];
$.add(row, Settings.addArchiveCell(boardID, data, item));
}
rows.push(row);
}
$.add($('tbody', section), rows);
boardSelect = $('#archive-board-select', section);

View File

@ -9844,7 +9844,6 @@
className: "board-" + boardID
});
row.hidden = boardID !== g.BOARD.ID;
rows.push(row);
boardOptions.push($.el('option', {
textContent: "/" + boardID + "/",
value: "board-" + boardID,
@ -9856,6 +9855,7 @@
item = _ref4[_l];
$.add(row, Settings.addArchiveCell(boardID, data, item));
}
rows.push(row);
}
$.add($('tbody', section), rows);
boardSelect = $('#archive-board-select', section);

View File

@ -9825,7 +9825,6 @@
className: "board-" + boardID
});
row.hidden = boardID !== g.BOARD.ID;
rows.push(row);
boardOptions.push($.el('option', {
textContent: "/" + boardID + "/",
value: "board-" + boardID,
@ -9837,6 +9836,7 @@
item = _ref4[_l];
$.add(row, Settings.addArchiveCell(boardID, data, item));
}
rows.push(row);
}
$.add($('tbody', section), rows);
boardSelect = $('#archive-board-select', section);

View File

@ -368,6 +368,7 @@ Settings =
data = boards[boardID]
$.add row, Settings.addArchiveCell boardID, data, item for item in ['thread', 'post', 'file']
rows.push row
$.add $('tbody', section), rows