mirror of
https://github.com/DeNNiiInc/Web-Page-Performance-Test.git
synced 2026-04-17 20:05:58 +00:00
Fix Frontend: Use addEventListener instead of onclick, add debug logs, cache bust
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<meta name="description" content="Beyond Cloud Technology Project Base">
|
||||
<title>Beyond Cloud Technology - Project Base</title>
|
||||
<link rel="icon" type="image/png" href="Logo.png">
|
||||
<link rel="stylesheet" href="styles.css?v=2.1">
|
||||
<link rel="stylesheet" href="styles.css?v=2.2">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -63,7 +63,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button id="run-btn" class="btn-primary" onclick="runTest()">
|
||||
<button id="run-btn" class="btn-primary">
|
||||
<span>Run Test</span>
|
||||
<div id="loading-spinner" class="loading-spinner" style="display: none;"></div>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user