Fix historical match detail backend URL and remove false KPM

This commit is contained in:
devRaGonSa
2026-06-10 16:27:35 +02:00
parent a5e214aa38
commit a3c15e42e0
3 changed files with 181 additions and 32 deletions

View File

@@ -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>