Skip to content

Commit c7a297f

Browse files
save file
1 parent 6ffbd89 commit c7a297f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/misc/nodejs-terminal/html/webcontainer-terminal/webcontainer-terminal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,14 @@
310310

311311
obj.show = function(){
312312

313-
terminal.style.display = '';
313+
host.style.display = '';
314314

315315
}//show
316316

317317

318318
obj.hide = function(){
319319

320-
terminal.style.display = 'none';
320+
host.style.display = 'none';
321321

322322
}//hide
323323

0 commit comments

Comments
 (0)