File tree Expand file tree Collapse file tree
utils/editors/html-editor/v3.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -227,11 +227,6 @@ <h4 slot=version>v3.0</h4>
227227
228228 < button id =run title ='ctrl+enter '> run</ button >
229229
230- < div id =host style ='display:none '>
231- < input type =checkbox >
232- host
233- </ div >
234-
235230 < img id =prettier class =icon title =prettier >
236231
237232 < span class =spc > </ span >
@@ -302,12 +297,6 @@ <h4 slot=version>v3.0</h4>
302297 focus ( ) ;
303298
304299
305- if ( window . electronAPI || localStorage [ 'allow-host' ] ) {
306- $ ( '#host' ) . style . display = '' ;
307- }
308- ui . host = $ . chkbox ( root , '#host' ) ;
309- debugger ;
310-
311300 } //initdom
312301
313302
@@ -366,11 +355,6 @@ <h4 slot=version>v3.0</h4>
366355
367356 btn . run = function ( ) {
368357 debug ( 'btn.run' ) ;
369- debugger ;
370- if ( ui . host . checked ) {
371- run . srcdoc ( ) ;
372- return ;
373- }
374358 run . sandbox ( ) ;
375359
376360 } //run
You can’t perform that action at this time.
0 commit comments