Skip to content

Commit a924d89

Browse files
authored
Do not trigger logo animations again after loading all resources (#214)
1 parent c9c4f3d commit a924d89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

JetStreamDriver.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,6 @@ class Driver {
362362
for (const benchmark of this.benchmarks)
363363
text += benchmark.renderHTML();
364364

365-
const timestamp = performance.now();
366-
document.getElementById('jetstreams').style.backgroundImage = `url('jetstreams.svg?${timestamp}')`;
367365
const resultsTable = document.getElementById("results");
368366
resultsTable.innerHTML = text;
369367

0 commit comments

Comments
 (0)