Skip to content

Commit 2d4f338

Browse files
save file
1 parent 0add6c3 commit 2d4f338

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,11 @@
173173

174174
btn.show_console = function(chk){
175175

176-
console.log(chk);
177-
178-
//webconsole.host.s
176+
if(chk.checked){
177+
webconsole.host.style.display = '';
178+
}else{
179+
webconsole.host.style.display = 'none';
180+
}
179181

180182
}//show_console
181183

0 commit comments

Comments
 (0)