Browse Source

fix for onclick

pull/11/head
Bryce Murphy 5 years ago
parent
commit
a62be1e8c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/FriendsGraph.html

+ 1
- 1
public/FriendsGraph.html View File

@ -57,7 +57,7 @@
<a class="navbar-brand">Create Graph</a>
<form class="form-inline">
<input class="form-control mr-sm-2" id='txtUsername' type="search" placeholder="GitHub Username" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" onclick='fetchUserInput(key)' type='button'>Look Up</button>
<button class="btn btn-outline-success my-2 my-sm-0" onclick='fetchUserInput()' type='button'>Look Up</button>
</form>
</nav>
</div>

Loading…
Cancel
Save