We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c4f3d commit a924d89Copy full SHA for a924d89
JetStreamDriver.js
@@ -362,8 +362,6 @@ class Driver {
362
for (const benchmark of this.benchmarks)
363
text += benchmark.renderHTML();
364
365
- const timestamp = performance.now();
366
- document.getElementById('jetstreams').style.backgroundImage = `url('jetstreams.svg?${timestamp}')`;
367
const resultsTable = document.getElementById("results");
368
resultsTable.innerHTML = text;
369
0 commit comments