Skip to content

Commit

Permalink
Merge pull request #5 from episphere/main
Browse files Browse the repository at this point in the history
Pulling in Daniel's Fix
  • Loading branch information
anthonypetersen authored Jul 29, 2024
2 parents c8bc385 + 9428778 commit 5a79f24
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@
<li class="nav-item">
<a class="nav-link" data-bs-toggle="offcanvas" href="#cache" role="button" id="viewCache">Cached Responses</a>
</li>
<li class="nav-item">
<a class="nav-link" id="Reference" href="https://doi.org/10.1186/s12911-023-02338-6" target="_blank">Paper</a>
</li>
<!-- If we get a second paper...
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="referenceDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
References
</a>
<ul class="dropdown-menu" aria-labelledby="referenceDropdown">
<li><a class="dropdown-item" href="https://doi.org/10.1186/s12911-023-02338-6" target="_blank" id="ref1">BMC Med Inform Decis Mak 23, 238 (2023)</a></li>
</ul>
</li>
-->
<li class="nav-item">
<a class="nav-link" data-bs-toggle="offcanvas" href="#helpOC" role="button">Help</a>
</li>
Expand Down
6 changes: 3 additions & 3 deletions replace2.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,13 +737,13 @@ transform.render = async (obj, divId, previousResults = {}) => {
</fieldset>
<div class="py-0">
<div class="row">
<div class="col-md-3 col-sm-12 order-3 order-md-1">
<div class="col-lg-3 col-12 order-3 order-lg-1">
${prevButton}
</div>
<div class="col-md-6 col-sm-12 order-2">
<div class="col-lg-6 col-12 order-2">
${resetButton}
</div>
<div class="col-md-3 col-sm-12 order-1 order-md-3">
<div class="col-lg-3 col-12 order-1 order-lg-3">
${nextButton}
</div>
</div>
Expand Down

0 comments on commit 5a79f24

Please sign in to comment.