Skip to content

Commit

Permalink
modal debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoranzhou committed Apr 22, 2024
1 parent 4fac7c0 commit 2735cf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
}

tableHTML1 += "</tbody> </table>";
console.log(tableHTML1);
//console.log(tableHTML1);
document.getElementById("modal"+id1+"body").innerHTML= tableHTML1;


Expand Down Expand Up @@ -686,7 +686,7 @@ <h1 class="modal-title fs-5" id="Modal0Label">Swate-alpha</h1>
</div>
</div>
</div>

</div>

<!-- Button trigger Raw Reads modal -->
<button type="button" class="btn btn-primary d-none" id="modal1button" data-bs-toggle="modal" data-bs-target="#modal1">
Expand All @@ -710,6 +710,7 @@ <h1 class="modal-title fs-5" id="Modal1Label">Select Terms From the Checklist</h
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" onclick="samplesTemplate(1)">Download SWATE Template</button>
<button type="button" class="btn btn-primary" onclick="samplesTemplate(0)" id="swateModalbutton" data-bs-toggle="modal" data-bs-target="#swateModal"></button>
</div>
</div>
</div>
Expand Down Expand Up @@ -741,6 +742,7 @@ <h1 class="modal-title fs-5" id="Modal2Label">Select Terms From the Checklist</h
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" onclick="samplesTemplate(2)">Download SWATE Template</button>
<button type="button" class="btn btn-primary" onclick="samplesTemplate(0)" id="swateModalbutton" data-bs-toggle="modal" data-bs-target="#swateModal"></button>
</div>
</div>
</div>
Expand Down

0 comments on commit 2735cf5

Please sign in to comment.