Skip to content

Commit

Permalink
fix bug in data host address
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensLinnhoff committed Jun 3, 2022
1 parent 7ee12ab commit c3333a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<body onhashchange=location.reload()>
<script>
// define some global vars
let repoName = "Ultrasonic Underwood";
let repoName = "UltrasonicUnderwood";
let dataDict = "master/";
let jsonDataFile = "data.json";
let dataHost = "https://raw.githubusercontent.com/PerCollECT/" + repoName + "/"
Expand All @@ -44,7 +44,7 @@
<!-- sidenav -->
<div id="side_nav" class="sidenav">
<div id="head">
<script>$("#head").append(createLink(repoName, homePath));</script>
<script>$("#head").append(createLink("Ultrasonic Underwood", homePath));</script>
</div>
<hr>
<div class="search-container">
Expand Down

0 comments on commit c3333a9

Please sign in to comment.