File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
</ script >
63
63
< a id ="downloader "> </ a >
64
64
< input id ="eleVal " hidden >
65
+ < script >
66
+ javascript:( function ( ) { var script = document . createElement ( 'script' ) ; script . src = "//cdn.jsdelivr.net/npm/eruda" ; document . body . appendChild ( script ) ; script . onload = function ( ) { eruda . init ( ) } } ) ( ) ;
67
+ </ script >
65
68
< script src ="https://unpkg.com/monaco-editor@latest/min/vs/loader.js "> </ script >
66
69
< script src ="actions.js "> </ script >
67
70
< script src ="codeEditor.js "> </ script >
68
71
< script src ="sectionWidth.js "> </ script >
69
- < script >
70
- javascript:( function ( ) { var script = document . createElement ( 'script' ) ; script . src = "//cdn.jsdelivr.net/npm/eruda" ; document . body . appendChild ( script ) ; script . onload = function ( ) { eruda . init ( ) } } ) ( ) ;
71
- </ script >
72
72
</ body >
73
73
</ html >
You can’t perform that action at this time.
0 commit comments