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 7f6ec18 commit 7f6ebf3Copy full SHA for 7f6ebf3
public/main.js
@@ -12,6 +12,6 @@ window.onload = async function () {
12
localStorage.clear();
13
console.log("Local storage cleared");
14
await deleteAllPipelines();
15
- window.location = "/";
+ window.location = "./";
16
}
17
public/reporting/index.html
@@ -18,7 +18,7 @@ <h1><a href="../">Software CaRD</a></h1>
18
<canvas id="radar" width="400" height="300">
19
</canvas>
20
21
- <script type="module" src="main.js"></script>
+ <script type="module" src="./main.js"></script>
22
23
</body>
24
</html>
0 commit comments