Continuing to Organize into Two Columns

This commit is contained in:
Leo Herzog
2020-11-08 13:21:52 -05:00
parent 239021266d
commit b111fc3fe9
5 changed files with 2418 additions and 1899 deletions

View File

@@ -327,7 +327,7 @@ async function addCurrentTrackers() {
}
function addRow() {
parsed[this.dataset.type].push("");
parsed[this.dataset.type].unshift("");
display();
}