File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
utils/editors/js-console/v3.0 Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4949
5050
5151 < script src ='https://cdn.jsdelivr.net/npm/ace-builds@1.37.0/src-min-noconflict/ace.js '> </ script >
52- < script src =" https://cdn.jsdelivr.net/npm/prettier@2.8.8/standalone.js " > </ script >
53- < script src =" https://cdn.jsdelivr.net/npm/prettier@2.8.8/parser-babel.js " > </ script >
54- < script src =" https://cdn.jsdelivr.net/npm/terser/dist/bundle.min.js " > </ script >
52+ < script src =' https://cdn.jsdelivr.net/npm/prettier@2.8.8/standalone.js ' > </ script >
53+ < script src =' https://cdn.jsdelivr.net/npm/prettier@2.8.8/parser-babel.js ' > </ script >
54+ < script src =' https://cdn.jsdelivr.net/npm/terser/dist/bundle.min.js ' > </ script >
5555 < script src ='https://ext-code.com/libs/js/external/espree/espree.js '> </ script >
56+ < script src ='https://cdn.jsdelivr.net/npm/javascript-obfuscator/dist/index.browser.js '> </ script >
5657
5758 < script src ='https://libs.ext-code.com/js/dom/component/v3.0/component.js?hdr '> </ script >
5859
@@ -329,12 +330,14 @@ <h4 slot=version>
329330
330331 $ ( root , '#run' ) . onclick = run ;
331332
333+
332334 var r = $ ( '#run-opts' ) ;
333335 if ( window . electronAPI || localStorage [ 'allow-host' ] ) {
334336 $ ( '#run-opts' ) . style . display = '' ;
335337 }
336338 ui . host = $ . chkbox ( r , '#host' ) ;
337339
340+
338341 mode . async = $ . chkbox ( root , '#async-root' ) ;
339342
340343
You can’t perform that action at this time.
0 commit comments