Skip to content

Commit b0ab565

Browse files
save file
1 parent 56615c2 commit b0ab565

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

utils/editors/html-editor/v3.0/html-editor-v3.0.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)