oops.
This commit is contained in:
parent
86b5b0931c
commit
57f37a3811
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user