File tree 1 file changed +3
-14
lines changed
1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 33
33
gtag ( 'js' , new Date ( ) ) ;
34
34
gtag ( 'config' , 'G-LKETQQ110J' ) ;
35
35
</ script >
36
- < link rel ="stylesheet " href ="https://pyscript.net/releases/2025.2.2 /core.css " />
37
- < script type ="module " src ="https://pyscript.net/releases/2025.2.2 /core.js "> </ script >
36
+ < link rel ="stylesheet " href ="https://pyscript.net/releases/2025.2.3 /core.css " />
37
+ < script type ="module " src ="https://pyscript.net/releases/2025.2.3 /core.js "> </ script >
38
38
</ head >
39
39
40
40
< body >
58
58
import code
59
59
code . interact ( )
60
60
</ script >
61
- < script type ="mpy " src ="./main.py " async > </ script >
61
+ < script type ="mpy " src ="./main.py "> </ script >
62
62
</ div >
63
63
64
64
< div class ="old-terminal " id ="old-terminal ">
@@ -380,16 +380,5 @@ <h2>PyScript is...</h2>
380
380
heap . load ( "758475466" ) ;
381
381
</ script >
382
382
<!-- END HEAP INTEGRATION -->
383
- < script >
384
- // It's a hack.
385
- try {
386
- var sab = new SharedArrayBuffer ( 4 ) ;
387
- if ( sab === undefined ) throw new Error ( 'not supported' )
388
- }
389
- catch ( e ) {
390
- document . getElementById ( "new-terminal" ) . style . display = "none" ;
391
- document . getElementById ( "old-terminal" ) . style . display = "block" ;
392
- }
393
- </ script >
394
383
</ body >
395
384
</ html >
You can’t perform that action at this time.
0 commit comments