Update interface.html

pull/303/head
Red-The-Hunter 2020-04-15 19:17:03 +08:00 committed by GitHub
parent 5d588d6d69
commit 70e9c23c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function getLapTimes() {
html += `
<div class="column col-12">
<div class="card-header">
<div class="card-title h5">${lap.date} Elapsed Time: ${lap.d.1}</div>
<div class="card-title h5">${lap.date} Elapsed Time: ${lap[1]}</div>
<div class="card-subtitle text-gray">${lap.d.length} Laps</div>
</div>
<div class="card-body">