Compare commits
No commits in common. "7a4d9072df7f7f71bc96fbab33a60cca780738ae" and "66d8e890fb5f1b4644144ffea454ef06769a3311" have entirely different histories.
7a4d9072df
...
66d8e890fb
3
jrpg.ts
3
jrpg.ts
|
@ -69,6 +69,9 @@ async function getpage(url)
|
|||
function format(equipment, exclude)
|
||||
{
|
||||
const result = []
|
||||
// todo: notes as footers instead of column
|
||||
// todo: invert available X mark
|
||||
// todo: remove a column if always empty
|
||||
|
||||
Object.keys(equipment).forEach(table => {
|
||||
const columnsizes = {}
|
||||
|
|
Loading…
Reference in New Issue