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 d20919a commit 8c75dadCopy full SHA for 8c75dad
2 files changed
www/test/1.8.6/test/index.html
@@ -18,7 +18,7 @@ <h1 style="margin-top: 40px">htmx.js test suite</h1>
18
<h2>Scratch Page</h2>
19
<ul>
20
<li>
21
- <a href="scratch.html">Scratch Page</a>
+ <a href="scratch/scratch.html">Scratch Page</a>
22
</li>
23
</ul>
24
www/test/1.8.6/test/scratch.html www/test/1.8.6/test/scratch/scratch.htmlwww/test/1.8.6/test/scratch.html renamed to www/test/1.8.6/test/scratch/scratch.html
@@ -18,10 +18,10 @@
</head>
<body style="padding:20px;font-family: sans-serif">
-<script src="../node_modules/sinon/pkg/sinon.js"></script>
-<script src="../src/htmx.js"></script>
-<script src="util/util.js"></script>
-<script src="util/scratch_server.js"></script>
+<script src="../../node_modules/sinon/pkg/sinon.js"></script>
+<script src="../../src/htmx.js"></script>
+<script src="../util/util.js"></script>
+<script src="../util/scratch_server.js"></script>
25
26
<script>
27
0 commit comments