File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 3333 gtag ( 'js' , new Date ( ) ) ;
3434 gtag ( 'config' , 'G-LKETQQ110J' ) ;
3535 </ 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 >
3838 </ head >
3939
4040 < body >
5858 import code
5959 code . interact ( )
6060 </ script >
61- < script type ="mpy " src ="./main.py " async > </ script >
61+ < script type ="mpy " src ="./main.py "> </ script >
6262 </ div >
6363
6464 < div class ="old-terminal " id ="old-terminal ">
@@ -380,16 +380,5 @@ <h2>PyScript is...</h2>
380380 heap . load ( "758475466" ) ;
381381 </ script >
382382 <!-- 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 >
394383 </ body >
395384</ html >
You can’t perform that action at this time.
0 commit comments