chore(index.html): cleanup unused objects
This commit is contained in:
parent
e63714e9f4
commit
2f9c0c58cb
@ -65,10 +65,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tabs">
|
<div class="tabs">
|
||||||
<div class="tab active" data-tab="stats">Player Stats</div>
|
<div class="tab active" data-tab="stats">Player</div>
|
||||||
<div class="tab" data-tab="matches">Matches</div>
|
<div class="tab" data-tab="matches">Matches</div>
|
||||||
<div class="tab" data-tab="user">User Info</div>
|
<div class="tab" data-tab="user">User Info</div>
|
||||||
<div class="tab" data-tab="other">Other</div>
|
<div class="tab" data-tab="other">Search</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Output format selection -->
|
<!-- Output format selection -->
|
||||||
@ -189,10 +189,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="apiCall">API Call:</label>
|
<label for="apiCall">API Request:</label>
|
||||||
<select id="apiCall">
|
<select id="apiCall">
|
||||||
<option value="fullData">Lifetime Statistics</option>
|
<option value="fullData">Lifetime Statistics</option>
|
||||||
<option value="combatHistory">Recent Match History</option>
|
|
||||||
<option value="mapList">Map List</option>
|
<option value="mapList">Map List</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
@ -285,7 +284,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="button-group">
|
<div class="button-group">
|
||||||
<button id="fetchMatches">Fetch Recent Matches</button>
|
<button id="fetchMatches">Fetch Recent Match History</button>
|
||||||
<button id="fetchMatchInfo">Fetch Match Details</button>
|
<button id="fetchMatchInfo">Fetch Match Details</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -354,7 +353,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="userCall">User Info:</label>
|
<label for="userCall">API Request:</label>
|
||||||
<select id="userCall">
|
<select id="userCall">
|
||||||
<option value="codPoints">COD Points</option>
|
<option value="codPoints">COD Points</option>
|
||||||
<option value="connectedAccounts">Connected Accounts</option>
|
<option value="connectedAccounts">Connected Accounts</option>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user