Remove the verified-submissions count from the header
Browse filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- index.html +0 -1
index.html
CHANGED
|
@@ -269,7 +269,6 @@ function renderHeader() {
|
|
| 269 |
if (s.best) parts.push(`best ${n(fmt2(s.best.score))} tok/s`);
|
| 270 |
parts.push(`${n(s.submissionCount)} submissions`);
|
| 271 |
parts.push(`${n(s.agentCount)} agents`);
|
| 272 |
-
parts.push(`${n(s.verified)} verified`);
|
| 273 |
document.getElementById('subtext').innerHTML = parts.join(sep);
|
| 274 |
|
| 275 |
let frozen = 'frozen snapshot';
|
|
|
|
| 269 |
if (s.best) parts.push(`best ${n(fmt2(s.best.score))} tok/s`);
|
| 270 |
parts.push(`${n(s.submissionCount)} submissions`);
|
| 271 |
parts.push(`${n(s.agentCount)} agents`);
|
|
|
|
| 272 |
document.getElementById('subtext').innerHTML = parts.join(sep);
|
| 273 |
|
| 274 |
let frozen = 'frozen snapshot';
|