I need to stop making such stupid typos
This commit is contained in:
parent
5e73209e35
commit
8c7677e405
@ -10009,7 +10009,7 @@
|
|||||||
o[type][boardID] = archive.data;
|
o[type][boardID] = archive.data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ref3 = Redirect(archives);
|
_ref3 = Redirect.archives;
|
||||||
for (_j = 0, _len1 = _ref3.length; _j < _len1; _j++) {
|
for (_j = 0, _len1 = _ref3.length; _j < _len1; _j++) {
|
||||||
_ref4 = _ref3[_j], data = _ref4.data, boards = _ref4.boards, files = _ref4.files;
|
_ref4 = _ref3[_j], data = _ref4.data, boards = _ref4.boards, files = _ref4.files;
|
||||||
software = data.software;
|
software = data.software;
|
||||||
|
|||||||
@ -9998,7 +9998,7 @@
|
|||||||
o[type][boardID] = archive.data;
|
o[type][boardID] = archive.data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ref3 = Redirect(archives);
|
_ref3 = Redirect.archives;
|
||||||
for (_j = 0, _len1 = _ref3.length; _j < _len1; _j++) {
|
for (_j = 0, _len1 = _ref3.length; _j < _len1; _j++) {
|
||||||
_ref4 = _ref3[_j], data = _ref4.data, boards = _ref4.boards, files = _ref4.files;
|
_ref4 = _ref3[_j], data = _ref4.data, boards = _ref4.boards, files = _ref4.files;
|
||||||
software = data.software;
|
software = data.software;
|
||||||
|
|||||||
@ -16,7 +16,7 @@ Redirect =
|
|||||||
continue unless boardID in boards
|
continue unless boardID in boards
|
||||||
o[type][boardID] = archive.data
|
o[type][boardID] = archive.data
|
||||||
|
|
||||||
for {data, boards, files} in Redirect archives
|
for {data, boards, files} in Redirect.archives
|
||||||
{software} = data
|
{software} = data
|
||||||
for boardID in boards
|
for boardID in boards
|
||||||
o.thread[boardID] = data unless boardID of o.thread
|
o.thread[boardID] = data unless boardID of o.thread
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user