Skip to content

Commit

Permalink
I dunno what is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Nov 19, 2024
1 parent 2e2bf32 commit 0cc3955
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions affiliated/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,9 @@ <h1 id="affiliated-package-list">Affiliated Packages Registry<a class="paralink"
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td rowspan="1">Loading...</td>
<td rowspan="1">&nbsp;</td>
<td rowspan="1">&nbsp;</td>
<td rowspan="1">&nbsp;</td>
<td rowspan="1">&nbsp;</td>
<tr class="row-even">
<td colspan="1">&nbsp;</td>
<td colspan="3">&nbsp;</td>
</tr>
<tr class="row-odd">
<td colspan="1">&nbsp;</td>
Expand Down Expand Up @@ -403,9 +401,7 @@ <h2 id="new-affil-reviewer">I am a new reviewer<a class="paralink" href="#new-af
var parsed = yaml.parse(yamlString);
var i = 0;

// We have to delete the "Loading..." row
var tab = document.getElementById("pyos-package-table");
tab.deleteRow(1);

var info = "";
for (var p=0; p<parsed.length; p++) {
Expand All @@ -419,7 +415,6 @@ <h2 id="new-affil-reviewer">I am a new reviewer<a class="paralink" href="#new-af
continue;
}

console.log("HERE "+i+" "+package)
namerow = tab.insertRow(i*4 + 1);

nmcell = namerow.insertCell(0);
Expand Down

0 comments on commit 0cc3955

Please sign in to comment.