Fix historical match detail backend URL and remove false KPM
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<link rel="stylesheet" href="./assets/css/historico.css" />
|
||||
<link rel="stylesheet" href="./assets/css/historico-scoreboard-detail.css" />
|
||||
</head>
|
||||
<body data-backend-base-url="http://127.0.0.1:8000">
|
||||
<body>
|
||||
<div class="page-shell historical-shell">
|
||||
<header class="hero historical-hero">
|
||||
<div class="hero__overlay"></div>
|
||||
@@ -127,7 +127,6 @@
|
||||
<option value="deaths">Muertes</option>
|
||||
<option value="teamkills">TK</option>
|
||||
<option value="kd">KD</option>
|
||||
<option value="kpm">KPM</option>
|
||||
<option value="name">Jugador</option>
|
||||
</select>
|
||||
</label>
|
||||
@@ -149,7 +148,6 @@
|
||||
<th>Muertes</th>
|
||||
<th>TK</th>
|
||||
<th>KD</th>
|
||||
<th>KPM</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="match-detail-players-body"></tbody>
|
||||
|
||||
Reference in New Issue
Block a user