Update interface.html

master
Red-The-Hunter 2020-04-15 19:22:51 +08:00 committed by GitHub
parent 02aaf2dd16
commit 0f20176280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function getLapTimes() {
</tr>
</thead>
<tbody>
${ lap.d.map((d+1,n)=>`<tr><td>${n+1}</td><td>${d+1}</td></tr>`).join("\n") }
${ lap.d.map((d,n)=>`<tr><td>${n+1}</td><td>${d}</td></tr>`).join("\n") }
</tbody>
</table>
</div>