Skip to content

Commit fc0e982

Browse files
save file
1 parent c97a582 commit fc0e982

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,23 @@
279279
}//resume
280280

281281

282+
//:
283+
284+
285+
obj.show = funciton(){
286+
287+
terminal.style.display = '';
288+
289+
}//show
290+
291+
292+
obj.hide = function(){
293+
294+
terminal.style.display = 'none';
295+
296+
}//hide
297+
298+
282299
//:
283300

284301

0 commit comments

Comments
 (0)