File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Specified Tailwind CSS version 3.4.17 for Pyxel web pages
6
6
- Added links to web tools and examples for Pyxel in the READMEs
7
+ - Updated the URL on reload in Pyxel MML Studio
7
8
8
9
## 2.5.6
9
10
Original file line number Diff line number Diff line change 37
37
}
38
38
}
39
39
</ style >
40
- < script src ="https://cdn.jsdelivr.net/gh/kitao/pyxel@2.5.6 /wasm/pyxel.js "> </ script >
40
+ < script src ="https://cdn.jsdelivr.net/gh/kitao/pyxel/wasm/pyxel.js "> </ script >
41
41
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /libs/lz-string.min.js "
> </ script >
42
42
</ head >
43
43
< body class ="page ">
@@ -320,6 +320,8 @@ <h1 class="mb-2 font-semibold text-2xl tracking-tight">
320
320
const launchUrlHref = document . querySelector ( "#url" ) ;
321
321
launchUrlHref . textContent = launchUrlHref . href = url ;
322
322
323
+ window . history . replaceState ( null , "" , url ) ;
324
+
323
325
let qrSize = Math . max ( 128 , Math . min ( url . length , 400 ) ) ;
324
326
const qrImg = document . getElementById ( "qr-code" ) ;
325
327
if ( qrImg ) {
You can’t perform that action at this time.
0 commit comments