Skip to content

Commit dc9e2e0

Browse files
committed
debug
1 parent a81d776 commit dc9e2e0

File tree

3 files changed

+1822
-3
lines changed

3 files changed

+1822
-3
lines changed

affiliated/index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,14 @@ <h1 id="affiliated-package-list">Affiliated Packages Registry<a class="paralink"
181181
<col width="3%" />
182182
<col/>
183183
</colgroup>
184+
<thead valign="bottom">
185+
<tr class="row-odd">
186+
<th class="head"></th>
187+
<th class="head"></th>
188+
<th class="head"></th>
189+
<th class="head"></th>
190+
</tr>
191+
</thead>
184192
<tbody valign="top">
185193
<tr class="row-even"><td rowspan="1">Loading...</td>
186194
<td rowspan="1">&nbsp;</td>
@@ -411,7 +419,8 @@ <h2 id="new-affil-reviewer">I am a new reviewer<a class="paralink" href="#new-af
411419
continue;
412420
}
413421

414-
namerow = tab.insertRow(i*4);
422+
console.log("HERE"+namerow)
423+
namerow = tab.insertRow(i*4 + 1);
415424

416425
nmcell = namerow.insertCell(0);
417426
urlcell = namerow.insertCell(1);
@@ -425,7 +434,7 @@ <h2 id="new-affil-reviewer">I am a new reviewer<a class="paralink" href="#new-af
425434
repocell.innerHTML = repo_translator(package["repository_link"]);
426435
//pypicell.innerHTML = pypi_translator(package["package_name"]); // FIXME: https://github.com/pyOpenSci/pyopensci.github.io/issues/390
427436

428-
descrow = tab.insertRow(i*4 + 1);
437+
descrow = tab.insertRow(i*4 + 2);
429438
descrow.insertCell(0).innerHTML = "";
430439
desccell = descrow.insertCell(1);
431440
desccell.colSpan = "3";
@@ -440,7 +449,7 @@ <h2 id="new-affil-reviewer">I am a new reviewer<a class="paralink" href="#new-af
440449
}
441450
}
442451

443-
maintrow = tab.insertRow(i*4 + 2);
452+
maintrow = tab.insertRow(i*4 + 3);
444453
maintrow.insertCell(0).innerHTML = "";
445454
maintcell = maintrow.insertCell(1);
446455
maintcell.colSpan = "3";

0 commit comments

Comments
 (0)