Skip to content

Commit

Permalink
Merge pull request #125 from albert-gonzalez/castValuesToInt
Browse files Browse the repository at this point in the history
Cast values to int
  • Loading branch information
albert-gonzalez authored Jun 24, 2021
2 parents 96e7e3d + 41d9710 commit 1d78305
Show file tree
Hide file tree
Showing 7 changed files with 6,723 additions and 1,707 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ul class="navbar-nav mr-auto">
<li class="nav-item active"><a class="nav-link" href="#intro">Intro</a></li>
<li class="nav-item dropdown">
<a href="#" class="dropdown-toggle nav-link" data-toggle="dropdown" id="navbarDropdown" role="button">Examples <span class="caret"></span></a>
<a href="#" class="dropdown-toggle nav-link" data-bs-toggle="dropdown" id="navbarDropdown" role="button">Examples <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#libraryLoadExample">Library Load</a></li>
<li><a class="dropdown-item" href="#basicUsageExample">Basic Usage</a></li>
Expand Down
Loading

0 comments on commit 1d78305

Please sign in to comment.