Skip to content

Commit 96db585

Browse files
save file
1 parent 2d4f338 commit 96db585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/editors/html-editor/html/output-html/v2.0/output-html-v2.0.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
echo
5050
</span>
5151
<span id=console-persist class=radio>
52-
<input type=checkbox checked>
52+
<input type=checkbox>
5353
persist
5454
</span>
5555

@@ -253,6 +253,7 @@
253253
if(!chk['console-persist'].checked){
254254
console.clear();
255255
}
256+
256257
var echo = chk['console-echo'].checked;
257258
iframe.contentWindow.postMessage({type:'run',html,echo},'*');
258259

0 commit comments

Comments
 (0)