chore(index.html): cleanup unused objects

This commit is contained in:
Rim 2025-04-17 09:33:36 -04:00
parent e63714e9f4
commit 2f9c0c58cb

View File

@ -65,10 +65,10 @@
</div>
<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="user">User Info</div>
<div class="tab" data-tab="other">Other</div>
<div class="tab" data-tab="other">Search</div>
</div>
<!-- Output format selection -->
@ -189,10 +189,9 @@
</div>
<div class="form-group">
<label for="apiCall">API Call:</label>
<label for="apiCall">API Request:</label>
<select id="apiCall">
<option value="fullData">Lifetime Statistics</option>
<option value="combatHistory">Recent Match History</option>
<option value="mapList">Map List</option>
</select>
</div>
@ -285,7 +284,7 @@
</div>
<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>
</div>
@ -354,7 +353,7 @@
</div>
<div class="form-group">
<label for="userCall">User Info:</label>
<label for="userCall">API Request:</label>
<select id="userCall">
<option value="codPoints">COD Points</option>
<option value="connectedAccounts">Connected Accounts</option>