Skip to content

Commit

Permalink
demo: remove extra /, fix #15 hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Artoria2e5 committed Jul 31, 2022
1 parent b09e738 commit 09c8cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Input</h2>
<select name="hlon"><option>E</option><option>W</option></select>.</ul></ul>
<button onclick="return fill_output() && false">Screw that!</button>
</form>
<script src="https://cdn.jsdelivr.net/npm/prcoords@1//js/PRCoords.min.js" onerror="this.src='../js/PRCoords.js'"></script>
<script src="https://cdn.jsdelivr.net/npm/prcoords@1/js/PRCoords.min.js" onerror="this.src='../js/PRCoords.js'"></script>

<h2>Results</h2>
<table id="output">
Expand Down

0 comments on commit 09c8cc0

Please sign in to comment.