Skip to content

Commit

Permalink
Fix: fix tabs due to a typo in div ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmmasson committed Aug 21, 2023
1 parent 39bcd46 commit bec70d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<li class="tab col s3"><a href="#parallelCoordinatesPlotPanel">Parallel Coordinates Plot</a></li>
</ul>
</div>
<div class="col s12" id="ParallelCoordinatesPlotPanel"></div>
<div class="col s12" id="parallelCoordinatesPlotPanel"></div>
<div class="col s12" id="result"></div>
</div>
</main>
Expand Down

0 comments on commit bec70d3

Please sign in to comment.