Fix Frontend: Use addEventListener instead of onclick, add debug logs, cache bust

This commit is contained in:
2025-12-27 23:19:41 +11:00
parent f7a1f1be42
commit 04245e33ae
2 changed files with 12 additions and 2 deletions

View File

@@ -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>