Load annual ranking by default and add KPM columns
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<option value="teamkills">Teamkills</option>
|
||||
<option value="matches_considered">Partidas jugadas</option>
|
||||
<option value="kd_ratio">K/D</option>
|
||||
<option value="kills_per_match">Kills por partida</option>
|
||||
<option value="kills_per_match">KPM</option>
|
||||
</select>
|
||||
</label>
|
||||
<label class="stats-search-form__label" for="ranking-limit">
|
||||
@@ -152,7 +152,7 @@
|
||||
<th>Teamkills</th>
|
||||
<th>Partidas</th>
|
||||
<th>K/D</th>
|
||||
<th>Kills/partida</th>
|
||||
<th id="ranking-kpm-heading">KPM</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="ranking-table-body"></tbody>
|
||||
|
||||
Reference in New Issue
Block a user