Skip to content

Commit c2b83c8

Browse files
save file
1 parent a269f0d commit c2b83c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/js-console/js-console.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ <h4 slot=version>
330330
$(root,'#run').onclick = run;
331331

332332
var r = $('#run-opts');
333-
if(window.electronAPI||localStorage['electron']){
333+
if(window.electronAPI||localStorage['allow-host']){
334334
$('#run-opts').style.display = '';
335335
}
336336
ui.host = $.chkbox(r,'#host');

0 commit comments

Comments
 (0)