Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -682,7 +682,7 @@ function buildRows(data, sortKey, containerId) {
|
|
| 682 |
</div>
|
| 683 |
</div>
|
| 684 |
<div>
|
| 685 |
-
<div class="lb-score">${score.toFixed(1)}
|
| 686 |
<div class="lb-score-bar">
|
| 687 |
<div class="lb-score-bar-fill" style="width:${Math.min(score, 100)}%"></div>
|
| 688 |
</div>
|
|
|
|
| 682 |
</div>
|
| 683 |
</div>
|
| 684 |
<div>
|
| 685 |
+
<div class="lb-score">${score.toFixed(1)}</div>
|
| 686 |
<div class="lb-score-bar">
|
| 687 |
<div class="lb-score-bar-fill" style="width:${Math.min(score, 100)}%"></div>
|
| 688 |
</div>
|